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 8594f49 commit 79feeddCopy full SHA for 79feedd
docker/Dockerfile.io
@@ -17,7 +17,7 @@ ARG GO_VERSION=1.21.2
17
RUN apt-get update && \
18
apt-get upgrade -y && \
19
apt-get autoremove && \
20
- apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf locales sudo command-not-found && \
+ apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf locales sudo command-not-found ncdu && \
21
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
22
apt-get update && \
23
0 commit comments