Initial commit

This commit is contained in:
TuDatTr
2019-08-13 18:40:55 +02:00
commit 36cbfbb2bc
3 changed files with 13 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM chazlever/docker-jail:latest
LABEL maintainer "mos4"
RUN apt-get update && apt-get install -y \
python \
python-pip \
screen \
&& rm -rf /var/list/apt/lists/*