Preocts / preocts.github.io

https://preocts.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

topic: timezones in docker container

Preocts opened this issue · comments

RUN rm -rf /etc/localtime
RUN ln -s /usr/share/zoneinfo/America/Los_Angeles /etc/localtime
RUN ln -s $(find /usr/share/zoneinfo/Etc -name 'GMT-*' | shuf -n 1) /etc/localtime