added TZ env:wq
This commit is contained in:
parent
10a2ad7b39
commit
4fc64c7c7d
@ -9,6 +9,7 @@ RUN zypper --non-interactive install --no-recommends \
|
|||||||
&& zypper clean -a \
|
&& zypper clean -a \
|
||||||
rm /var/log/zypper.log
|
rm /var/log/zypper.log
|
||||||
|
|
||||||
|
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
|
||||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user