From 69c2590de90033226df3060266a11b52e58a1f9b 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 11:17:49 +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 | 1 + swoole/8.1/Dockerfile | 1 + swoole/8.2/Dockerfile | 1 + swoole/8.3/Dockerfile | 1 + 4 files changed, 4 insertions(+) diff --git a/swoole/7.4/Dockerfile b/swoole/7.4/Dockerfile index df651f6..6d94722 100644 --- a/swoole/7.4/Dockerfile +++ b/swoole/7.4/Dockerfile @@ -21,6 +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 \ # ---------- some config ---------- && cd /etc/php7 \ # - config PHP diff --git a/swoole/8.1/Dockerfile b/swoole/8.1/Dockerfile index fa2b7ea..b741561 100644 --- a/swoole/8.1/Dockerfile +++ b/swoole/8.1/Dockerfile @@ -21,6 +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 \ # ---------- some config ---------- && cd /etc/php81 \ # - config PHP diff --git a/swoole/8.2/Dockerfile b/swoole/8.2/Dockerfile index 4cd07cc..8572d34 100644 --- a/swoole/8.2/Dockerfile +++ b/swoole/8.2/Dockerfile @@ -21,6 +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 \ # ---------- some config ---------- && cd /etc/php82 \ # - config PHP diff --git a/swoole/8.3/Dockerfile b/swoole/8.3/Dockerfile index fd4e3e5..6fcd006 100644 --- a/swoole/8.3/Dockerfile +++ b/swoole/8.3/Dockerfile @@ -21,6 +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 \ # ---------- some config ---------- && cd /etc/php83 \ # - config PHP