Created
June 16, 2023 17:22
-
-
Save ducnh1022/5d5699237048cef75645ff21f24f2619 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Manage Policies, Manage Metadata Ingestion, Create Domains, Manage Domains, Manage Glossaries |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To handle a "run" command in a Dockerfile that relies on an external link within a private VPN environment without internet access, you can consider these options:
Use a local mirror or repository for package dependencies.
Pre-download required files and include them in the Docker image.
Modify the Dockerfile to remove or comment out the line referencing the external link if it's not essential.