This repository was archived by the owner on Jan 5, 2025. It is now read-only.
Commit 19fa4b0
authored
Remove apt-get dist-upgrade from Dockerfile
The Docker best practices at https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#apt-get recommends you don't run apt-get dist-upgrade in your container, but instead use a current upstream image. Follow this recommendation.1 parent d58f435 commit 19fa4b0
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments