1
0

feat: install vim
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pim van den Berg 2022-09-17 14:38:52 +02:00
parent 98c9e7f9f9
commit 051f00940c

View File

@ -9,6 +9,7 @@ RUN set -eux; \
telnet \ telnet \
net-tools \ net-tools \
screen \ screen \
vim \
&& \ && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
rm /etc/ssh/ssh_host_*key* rm /etc/ssh/ssh_host_*key*