To be able to set a timezone inside a container with the env variable TZ the tzdata package is needed. Otherwise only UTC will be set.
@@ -212,6 +212,7 @@ RUN mkdir /data \
{% if "alpine" in runtime_stage_base_image %}
&& apk add --no-cache \
openssl \
+ tzdata \
curl \
dumb-init \
{% if "mysql" in features %}
@@ -82,6 +82,7 @@ ENV SSL_CERT_DIR=/etc/ssl/certs
RUN mkdir /data \
postgresql-libs \
@@ -88,6 +88,7 @@ RUN [ "cross-build-start" ]
ca-certificates