diff --git a/Dockerfile-prd b/Dockerfile-prd index 927b098..7af7280 100644 --- a/Dockerfile-prd +++ b/Dockerfile-prd @@ -24,6 +24,10 @@ COPY static/html static/html RUN rm -f /etc/localtime \ && ln -sv /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ && echo "Asia/Shanghai" > /etc/timezone + +# 更新 CA 证书库 +RUN apt-get update && apt-get install -y ca-certificates + # 在build阶段复制可执行的go二进制文件app COPY --from=build /go/release/egg ./egg