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 ed7c889 commit f9c513cCopy full SHA for f9c513c
docker/Dockerfile.io
@@ -18,7 +18,7 @@ ARG NVIM_VERSION=0.12.0
18
RUN apt-get update && \
19
apt-get upgrade -y && \
20
apt-get autoremove && \
21
- apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim bat fzf locales sudo command-not-found ncdu aptitude htop btop && \
+ apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim bat fzf locales sudo command-not-found ncdu aptitude htop btop hexyl && \
22
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
23
apt-get update && \
24
0 commit comments