Skip to content

Commit d1032f0

Browse files
committed
feature: docker: io: remove unused
1 parent b3e682c commit d1032f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile.io

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ RUN apt-get update && \
1818
apt-get upgrade -y && \
1919
apt-get autoremove && \
2020
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 "> remove unused packages" && \
22+
apt-get remove mercurial subversion -y && \
2123
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
2224
apt-get update && \
2325
apt-get autoremove && \

0 commit comments

Comments
 (0)