Skip to content

Commit 1f3cb25

Browse files
add apt-get upgrade and cleanup
1 parent b6f72ae commit 1f3cb25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ RUN <<EOF
1515
tee /etc/apt/sources.list.d/mise.list
1616
sed -i '/path-exclude/s/^/#/' /etc/dpkg/dpkg.cfg.d/excludes
1717
apt-get update -y
18+
apt-get upgrade -y
1819
apt-get install -y git vim mise
1920
apt-get --reinstall install man-db manpages manpages-dev manpages-posix manpages-posix-dev -y
21+
apt-get clean -y
22+
apt-get autoclean -y
23+
apt-get autoremove -y
2024
mv /usr/bin/man.REAL /usr/bin/man
2125
mandb -c
2226
EOF

0 commit comments

Comments
 (0)