We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3ef4e commit 6419b52Copy full SHA for 6419b52
Dockerfile
@@ -75,4 +75,7 @@ COPY ./fonts/* /usr/share/fonts/SourceHanSans/
75
RUN mkdir -p ${HOME}/.config/matplotlib/
76
COPY ./matplotlib/* ${HOME}/.config/matplotlib/
77
78
+# set default timezone
79
+RUN echo "Etc/UTC" > /etc/timezone
80
+
81
CMD ["zsh"]
0 commit comments