Skip to content

Commit f9c513c

Browse files
committed
feature: docker: io: hexyl: add
1 parent ed7c889 commit f9c513c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG NVIM_VERSION=0.12.0
1818
RUN apt-get update && \
1919
apt-get upgrade -y && \
2020
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 && \
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 hexyl && \
2222
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
2323
apt-get update && \
2424
apt-get autoremove && \

0 commit comments

Comments
 (0)