11 lines
201 B
Docker
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/*
|