ESBO-ETC/Dockerfile
LukasK13 fe75016e96
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit
Use python3
2020-07-21 13:23:51 +02:00

10 lines
146 B
Docker

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