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

9 lines
133 B
Docker

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