Files
docker-jail/Dockerfile
2019-08-15 22:38:38 +02:00

11 lines
201 B
Docker

FROM chazlever/docker-jail:latest
LABEL maintainer "mos4"
RUN apt-get update && apt-get install -y \
python \
python-pip \
screen \
nano \
git \
&& rm -rf /var/list/apt/lists/*