Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Non Required Package from Dockerfile. #11

Closed
wants to merge 1 commit into from

Conversation

azusa
Copy link

@azusa azusa commented Jan 12, 2020

I guess these two packages( apt-transport-https and gnupg2 ) are to use when users add a external apt repositories in Dockerfile . Codes could run without these packages.
So these packages are non required for the example purpose.

@Chuxel
Copy link
Member

Chuxel commented Mar 8, 2021

We're trying to keep this in sync with the core vscode-dev-container definitions. These keep a common set of packages to make working in the dev containers easy. They're not intended for production, but can be referenced in a multi-stage dockerfile if you want to have a production verses development image.

@Chuxel Chuxel closed this Mar 8, 2021
@Pitonuser Pitonuser linked an issue Mar 8, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jav
2 participants