ESBO-ETC/Dockerfile
2020-07-21 11:22:31 +02:00

10 lines
144 B
Docker

FROM debian
RUN apt-get update && apt-get install -y \
python \
python-pip \
texlive
RUN pip install virtualenv
CMD ["/bin/bash"]