From: Fabio Kruger Date: Fri, 27 Mar 2020 19:52:32 +0000 (+0100) Subject: #82 Added tzdata package X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fe8e70b9b2f8fe805a3f83a8b84d2ceab3a84501;p=roundcube-roundcubemail-docker.git #82 Added tzdata package Signed-off-by: Fabio Kruger --- diff --git a/fpm-alpine/Dockerfile b/fpm-alpine/Dockerfile index 0cd49e9..b772ef7 100644 --- a/fpm-alpine/Dockerfile +++ b/fpm-alpine/Dockerfile @@ -6,7 +6,8 @@ RUN set -ex; \ \ apk add --no-cache \ bash \ - coreutils + coreutils \ + tzdata RUN set -ex; \ \