fix: Make sure tzdata is available in docker container

This commit is contained in:
Georg krause 2023-04-26 19:49:42 +02:00 committed by Georg Krause
parent dde89def2b
commit 6057670105
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@ RUN set -eux; \
py3-pillow=9.3.0-r0 \
py3-psycopg2=2.9.5-r0 \
py3-watchfiles=0.18.1-r0 \
python3
python3 \
tzdata
COPY --from=builder /venv /venv
ENV PATH="/venv/bin:$PATH"