added TZ env
This commit is contained in:
parent
f6c1442dbe
commit
42fea8c6e1
@ -6,6 +6,7 @@ RUN zypper --non-interactive install \
|
||||
restic \
|
||||
&& zypper clean -a
|
||||
|
||||
ENV TZ="Europe/Stockholm"
|
||||
|
||||
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||
|
Loading…
Reference in New Issue
Block a user