Added Nano and git

This commit is contained in:
TuDatTr
2019-08-15 22:38:38 +02:00
parent 36cbfbb2bc
commit 2fef3f4f6c
2 changed files with 4 additions and 2 deletions

View File

@@ -5,4 +5,6 @@ RUN apt-get update && apt-get install -y \
python \ python \
python-pip \ python-pip \
screen \ screen \
nano \
git \
&& rm -rf /var/list/apt/lists/* && rm -rf /var/list/apt/lists/*

View File

@@ -1,4 +1,4 @@
sudo docker login; sudo docker login;
sudo docker build -t docker-jail .; sudo docker build -t docker-jail .;
sudo docker tag docker-jail:latest mos5/docker-jail:latest; sudo docker tag docker-jail:latest mos4/docker-jail:latest;
sudo docker push mos5/docker-jail:latest; sudo docker push mos4/docker-jail:latest;