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 f463c5c commit c40ae8eCopy full SHA for c40ae8e
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 aptitude && \
+ apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf locales sudo command-not-found ncdu aptitude htop && \
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