ESBO-ETC/Dockerfile

10 lines
146 B
Docker
Raw Normal View History

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