added TZ env

This commit is contained in:
Jonas Forsberg 2023-04-20 13:24:56 +02:00
parent f6c1442dbe
commit 42fea8c6e1

View File

@ -6,6 +6,7 @@ RUN zypper --non-interactive install \
restic \ restic \
&& zypper clean -a && zypper clean -a
ENV TZ="Europe/Stockholm"
COPY entrypoint.sh /usr/local/bin/entrypoint.sh COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh RUN chmod +x /usr/local/bin/entrypoint.sh