added TZ env:wq
This commit is contained in:
@@ -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"]
|
||||||
|
Reference in New Issue
Block a user