1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

Adds tzdata to installed packages

This allows for setting the timezone using the TZ environment variable.
This commit is contained in:
Jeroen Jacobs
2019-02-26 21:46:49 +01:00
parent dd280bd5cf
commit 8737b7115e

View File

@@ -46,6 +46,7 @@ RUN set -ex \
rabbitmq-c \
s6 \
tar \
tzdata \
&& rm -rf /var/cache/apk/* \
&& ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log \