1
1

Add vim to use inside image

This commit is contained in:
2026-04-18 11:53:51 +02:00
parent 33253ada78
commit 685479af6e
+2 -1
View File
@@ -32,7 +32,8 @@ RUN apt-get update && \
file \
rsync \
wget \
&& apt-get clean
vim \
&& apt-get clean
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
ENV CONFIG_SHELL=/bin/bash