Initial commit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal 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/*
|
||||
Reference in New Issue
Block a user