9 lines
180 B
Docker
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/*
|