ESBO-ETC/Dockerfile

10 lines
144 B
Docker
Raw Normal View History

2020-07-21 11:22:31 +02:00
FROM debian
RUN apt-get update && apt-get install -y \
python \
python-pip \
texlive
RUN pip install virtualenv
CMD ["/bin/bash"]