1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-12-03 22:49:11 +02:00

Add tzdata to optional

This commit is contained in:
DjVinnii
2021-11-02 11:19:42 +01:00
parent 1d6809193b
commit 50d76076ed
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ ARG DISTRO=alpine:3.14.2
FROM $DISTRO
# python3 shared with most images
RUN apk add --no-cache \
python3 py3-pip bash py3-multidict \
python3 py3-pip bash py3-multidict tzdata \
&& pip3 install --upgrade pip
# Shared layer between nginx, dovecot, postfix, postgresql, rspamd, unbound, rainloop, roundcube