Browse Source

gomod

master
huangjiajun 4 days ago
parent
commit
74f5fcf63c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Dockerfile

+ 2
- 2
Dockerfile View File

@@ -26,8 +26,8 @@ COPY docs docs
# 时区纠正
RUN rm -f /etc/localtime \
&& ln -sv /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone \
\
&& echo "Asia/Shanghai" > /etc/timezone
# 更新 CA 证书库
RUN apt-get update && apt-get install -y ca-certificates



Loading…
Cancel
Save