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