feat(apk): 添加了切换阿里云镜像的操作

This commit is contained in:
李东云
2022-05-07 17:19:21 +08:00
parent 2aa3c3861d
commit 85f3ec16ba

View File

@@ -15,6 +15,7 @@ ENV TIMEZONE=Asia/Shanghai \
# update # update
RUN set -ex \ RUN set -ex \
&& sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
# show php version and extensions # show php version and extensions
&& php -v \ && php -v \
&& php -m \ && php -m \