Use python3
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit

This commit is contained in:
Lukas Klass 2020-07-21 13:23:51 +02:00
parent 8c74286f21
commit fe75016e96

View File

@ -1,8 +1,8 @@
FROM debian FROM debian
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
python \ python3 \
python-pip \ python3-pip \
texlive texlive
RUN pip install virtualenv RUN pip install virtualenv