feature: docker: io: btop

This commit is contained in:
coderiaser 2026-04-04 18:34:13 +03:00
parent 4395a47178
commit 9970ff7629

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 htop && \
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 btop && \
echo "> remove unused packages" && \
apt-get remove mercurial subversion -y && \
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \