We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f72ae commit 1f3cb25Copy full SHA for 1f3cb25
Dockerfile
@@ -15,8 +15,12 @@ RUN <<EOF
15
tee /etc/apt/sources.list.d/mise.list
16
sed -i '/path-exclude/s/^/#/' /etc/dpkg/dpkg.cfg.d/excludes
17
apt-get update -y
18
+ apt-get upgrade -y
19
apt-get install -y git vim mise
20
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
24
mv /usr/bin/man.REAL /usr/bin/man
25
mandb -c
26
EOF
0 commit comments