Skip to content

Instantly share code, notes, and snippets.

@ducnh1022
Created June 16, 2023 17:22
Show Gist options
  • Save ducnh1022/5d5699237048cef75645ff21f24f2619 to your computer and use it in GitHub Desktop.
Save ducnh1022/5d5699237048cef75645ff21f24f2619 to your computer and use it in GitHub Desktop.
Manage Policies, Manage Metadata Ingestion, Create Domains, Manage Domains, Manage Glossaries
@ducnh1022
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment