Skip to content

Commit

Permalink
使用 HTTPS 协议访问容器云调用证书安装
Browse files Browse the repository at this point in the history
  • Loading branch information
Maple-mxf authored Mar 30, 2022
1 parent 3ff4ec8 commit d2efba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM alpine:3.13
# RUN apk add tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo Asia/Shanghai > /etc/timezone

# 使用 HTTPS 协议访问容器云调用证书安装
# RUN apk add ca-certificates
RUN apk add ca-certificates

# 安装依赖包,如需其他依赖包,请到alpine依赖包管理(https://pkgs.alpinelinux.org/packages?name=php8*imagick*&branch=v3.13)查找。
# 选用国内镜像源以提高下载速度
Expand Down

0 comments on commit d2efba5

Please sign in to comment.