Bugfixes on docker build

This commit is contained in:
Mike 2023-01-02 21:45:58 +01:00
parent 311a454ab0
commit 58f3c2067d

View File

@ -1,4 +1,4 @@
FROM python3
FROM python:3
ENV TZ=Europe/Luxembourg
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone