Skip to content

Commit c40ae8e

Browse files
committed
feature: docker: io: htop
1 parent f463c5c commit c40ae8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG GO_VERSION=1.21.2
1717
RUN apt-get update && \
1818
apt-get upgrade -y && \
1919
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 && \
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 htop && \
2121
echo "> remove unused packages" && \
2222
apt-get remove mercurial subversion -y && \
2323
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \

0 commit comments

Comments
 (0)