Skip to content

Commit 6419b52

Browse files
authored
feat: set default timezone (#31)
1 parent 8b3ef4e commit 6419b52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,7 @@ COPY ./fonts/* /usr/share/fonts/SourceHanSans/
7575
RUN mkdir -p ${HOME}/.config/matplotlib/
7676
COPY ./matplotlib/* ${HOME}/.config/matplotlib/
7777

78+
# set default timezone
79+
RUN echo "Etc/UTC" > /etc/timezone
80+
7881
CMD ["zsh"]

0 commit comments

Comments
 (0)