From 89f5fb041d6060d6b611873d716fe43acfa6f972 Mon Sep 17 00:00:00 2001 From: ivampiresp Date: Sun, 13 Jul 2025 04:03:42 +0000 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a6fbad..a1ac7c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN set -eux; \ \ # 安装 PECL 扩展 pecl channel-update pecl.php.net; \ - MAKEFLAGS="-j $(nproc)" pecl install grpc openswoole; \ + MAKEFLAGS="-j $(nproc)" pecl install grpc openswoole gmp intl fileinfo opcache memcached redis apcu imagemagick exif imap exif yaml; \ \ # 移除构建依赖和缓存 strip --strip-debug /usr/lib/php/*/*.so; \