Files
docker-jail/Dockerfile
2019-08-13 18:40:55 +02:00

9 lines
180 B
Docker

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/*