From 85f3ec16baaeea31d8cbd20f5d40dd839d5c6533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Sat, 7 May 2022 17:19:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(apk):=20=E2=9C=A8=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BA=86=E5=88=87=E6=8D=A2=E9=98=BF=E9=87=8C=E4=BA=91=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E7=9A=84=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- swoole/8.0/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/swoole/8.0/Dockerfile b/swoole/8.0/Dockerfile index b9b4a00..69de582 100644 --- a/swoole/8.0/Dockerfile +++ b/swoole/8.0/Dockerfile @@ -15,6 +15,7 @@ ENV TIMEZONE=Asia/Shanghai \ # update RUN set -ex \ + && sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \ # show php version and extensions && php -v \ && php -m \