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 a80f109 commit 19347a2Copy full SHA for 19347a2
1 file changed
docker/Dockerfile.io
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get upgrade -y && \
13
apt-get install -y curl git ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim sudo locales \
14
build-essential \
15
libatomic1 \
16
+ command-not-found \
17
ca-certificates && \
18
apt-get autoremove && apt-get clean && \
19
rm -rf /var/lib/apt/lists/* && \
0 commit comments