Use python3
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit
This commit is contained in:
parent
8c74286f21
commit
fe75016e96
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user