From d737e51f73851332f2539d078c6a0768eb6ffaaa Mon Sep 17 00:00:00 2001 From: toom1996 <1023150697@qq.com> Date: Fri, 12 Sep 2025 15:55:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d305af..9ab9afd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,6 @@ RUN apk add --no-cache \ mbstring \ opcache \ zip \ - # 安装 swoole(固定版本,兼容 php7.2) && pecl install swoole-4.8.12 \ && docker-php-ext-enable swoole \ # 安装 redis 扩展(最后一个支持 php7.2 的版本)