add tzdata into container

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-08-24 15:54:22 +02:00
parent 7f4e606d60
commit ddae2673cd

View file

@ -4,7 +4,7 @@ FROM haproxy:2.4.24-alpine3.18
USER root USER root
RUN set -ex; \ RUN set -ex; \
apk add --no-cache date; \ apk add --no-cache tzdata; \
chmod 777 -R /run/; \ chmod 777 -R /run/; \
chmod 777 -R /var/lib/haproxy chmod 777 -R /var/lib/haproxy