Skip to content

Commit cf424d6

Browse files
committed
feature: docker: io: command-not-found update
1 parent 8b9004b commit cf424d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/Dockerfile.io

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ENV DEBIAN_FRONTEND=noninteractive
1212
RUN apt-get update && apt-get upgrade && apt-get autoremove && \
1313
apt-get install -y ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim \
1414
sudo locales command-not-found && \
15+
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
16+
apt-get update && \
1517
apt-get autoremove && apt-get clean && \
1618
rm -rf /var/lib/apt/lists/* && \
1719
echo "> install nvm" && \

0 commit comments

Comments
 (0)