microsoft / vscode-remote-try-java

Java sample project for trying out Dev Containers
https://aka.ms/vscode-remote/containers/getting-started
MIT License
301 stars 433 forks source link

Remove Non Required Package from Dockerfile. #11

Closed azusa closed 3 years ago

azusa commented 4 years ago

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 commented 3 years ago

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.