We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9004b commit cf424d6Copy full SHA for cf424d6
1 file changed
docker/Dockerfile.io
@@ -12,6 +12,8 @@ ENV DEBIAN_FRONTEND=noninteractive
12
RUN apt-get update && apt-get upgrade && apt-get autoremove && \
13
apt-get install -y ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim \
14
sudo locales command-not-found && \
15
+ echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
16
+ apt-get update && \
17
apt-get autoremove && apt-get clean && \
18
rm -rf /var/lib/apt/lists/* && \
19
echo "> install nvm" && \
0 commit comments