diff --git a/Dockerfile b/Dockerfile index 12c0c1d..4dbd60e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,8 @@ VOLUME [ "/data" ] EXPOSE 22 RUN apt-get update -RUN 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