feature: docker: io: htop

This commit is contained in:
coderiaser 2026-04-04 18:23:04 +03:00
parent f463c5c5a7
commit c40ae8e405

View file

@ -17,7 +17,7 @@ ARG GO_VERSION=1.21.2
RUN apt-get update && \
apt-get upgrade -y && \
apt-get autoremove && \
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 && \
echo "> remove unused packages" && \
apt-get remove mercurial subversion -y && \
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \