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 d1032f0 commit f463c5cCopy full SHA for f463c5c
docker/Dockerfile.io
@@ -17,7 +17,7 @@ ARG GO_VERSION=1.21.2
17
RUN apt-get update && \
18
apt-get upgrade -y && \
19
apt-get autoremove && \
20
- apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf locales sudo command-not-found ncdu && \
+ apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf locales sudo command-not-found ncdu aptitude && \
21
echo "> remove unused packages" && \
22
apt-get remove mercurial subversion -y && \
23
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
0 commit comments