mirror of
http://124.126.16.154:8888/singularity/docker-images-hyperf.git
synced 2026-01-15 00:35:08 +08:00
feat(apk): ✨ 添加了切换阿里云镜像的操作
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user