feature: docker: io: command-not-found update

This commit is contained in:
coderiaser 2026-03-30 00:10:48 +03:00
parent 8b9004b4dd
commit cf424d6c05

View file

@ -12,6 +12,8 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get upgrade && apt-get autoremove && \
apt-get install -y ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim \
sudo locales command-not-found && \
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
apt-get update && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
echo "> install nvm" && \