Robin Mueller
4a990e704b
Some checks failed
EIVE/-/pipeline/head There was a failure building this commit
7 lines
144 B
Docker
7 lines
144 B
Docker
FROM python:3
|
|
|
|
RUN apt-get update
|
|
RUN apt-get --yes upgrade
|
|
#tzdata is a dependency, won't install otherwise
|
|
ARG DEBIAN_FRONTEND=noninteractive
|