feature: docker: io: ncdu

This commit is contained in:
coderiaser 2026-04-04 17:11:06 +03:00
parent 7787bfc22e
commit ffabdc5276

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 && \
apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf locales sudo command-not-found ncdu && \
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
apt-get update && \
apt-get autoremove && \