From 7841092515d7a3c47462cbd675fbaa4f0b312528 Mon Sep 17 00:00:00 2001 From: mol Date: Tue, 5 Dec 2023 13:58:57 +0800 Subject: [PATCH] test --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4dbd60e..85a607b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,8 @@ WORKDIR /app VOLUME [ "/data" ] EXPOSE 22 -RUN apt-get update +RUN apt-get update && apt-get install -y vim RUN apt-get install -y git -RUN apt-get install -y vim RUN apt-get install -y openssh-server RUN npm i -g n && npm i -g live-server RUN git config --global user.name $GIT_USER && git config --global user.email $GIT_EMAIL