1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Set default TZ in Dockerfiles

This commit is contained in:
DjVinnii
2021-11-04 14:22:12 +01:00
parent 679eae5181
commit 225160610b
13 changed files with 34 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
ARG DISTRO=alpine:3.14.2
FROM $DISTRO
ENV TZ Etc/UTC
# python3 shared with most images
RUN apk add --no-cache \
python3 py3-pip git bash py3-multidict tzdata \