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

This commit is contained in:
coderiaser 2026-03-29 23:14:51 +03:00
parent a80f109d19
commit 19347a2b4c

View file

@ -13,6 +13,7 @@ RUN apt-get update && apt-get upgrade -y && \
apt-get install -y curl git ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim sudo locales \
build-essential \
libatomic1 \
command-not-found \
ca-certificates && \
apt-get autoremove && apt-get clean && \
rm -rf /var/lib/apt/lists/* && \