test
This commit is contained in:
@ -9,7 +9,7 @@ RUN apt-get update
|
|||||||
RUN apt-get install -y vim
|
RUN apt-get install -y vim
|
||||||
RUN apt-get install -y git
|
RUN apt-get install -y git
|
||||||
RUN apt-get install -y openssh-server
|
RUN apt-get install -y openssh-server
|
||||||
RUN npm i -g n && n auto && npm i -g live-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
|
RUN git config --global user.name $GIT_USER && git config --global user.email $GIT_EMAIL
|
||||||
|
|
||||||
RUN echo "root:${PASSWD}" | chpasswd
|
RUN echo "root:${PASSWD}" | chpasswd
|
||||||
|
Reference in New Issue
Block a user