From ed89cea778625621a1896f358af62ea245f4ef99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Mon, 5 Feb 2024 16:36:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(apk):=20=F0=9F=90=9E=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20iconv=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 防止服务器上传文件失败 --- swoole/7.4/Dockerfile | 2 +- swoole/8.1/Dockerfile | 2 +- swoole/8.2/Dockerfile | 2 +- swoole/8.3/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/swoole/7.4/Dockerfile b/swoole/7.4/Dockerfile index 90e5817..d8e659c 100644 --- a/swoole/7.4/Dockerfile +++ b/swoole/7.4/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ && php -v \ && php -m \ && php --ri swoole \ - && apk add --no-cache --repository https://mirrors.aliyun.com/alpine/edge/testing gnu-libiconv \ + && apk add --no-cache --repository http://mirrors.aliyun.com/alpine/edge/community gnu-libiconv \ # ---------- some config ---------- && cd /etc/php7 \ # - config PHP diff --git a/swoole/8.1/Dockerfile b/swoole/8.1/Dockerfile index be49610..c294523 100644 --- a/swoole/8.1/Dockerfile +++ b/swoole/8.1/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ && php -v \ && php -m \ && php --ri swoole \ - && apk add --no-cache --repository https://mirrors.aliyun.com/alpine/edge/testing gnu-libiconv \ + && apk add --no-cache --repository http://mirrors.aliyun.com/alpine/edge/community gnu-libiconv \ # ---------- some config ---------- && cd /etc/php81 \ # - config PHP diff --git a/swoole/8.2/Dockerfile b/swoole/8.2/Dockerfile index 5cf6701..237718b 100644 --- a/swoole/8.2/Dockerfile +++ b/swoole/8.2/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ && php -v \ && php -m \ && php --ri swoole \ - && apk add --no-cache --repository https://mirrors.aliyun.com/alpine/edge/testing gnu-libiconv \ + && apk add --no-cache --repository http://mirrors.aliyun.com/alpine/edge/community gnu-libiconv \ # ---------- some config ---------- && cd /etc/php82 \ # - config PHP diff --git a/swoole/8.3/Dockerfile b/swoole/8.3/Dockerfile index b7147da..3c730d0 100644 --- a/swoole/8.3/Dockerfile +++ b/swoole/8.3/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ && php -v \ && php -m \ && php --ri swoole \ - && apk add --no-cache --repository https://mirrors.aliyun.com/alpine/edge/testing gnu-libiconv \ + && apk add --no-cache --repository http://mirrors.aliyun.com/alpine/edge/community gnu-libiconv \ # ---------- some config ---------- && cd /etc/php83 \ # - config PHP