LukasK13
fe75016e96
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit
10 lines
146 B
Docker
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"] |