From 1c38e7432967fac3ab2585ec0497983ddcdba9a1 Mon Sep 17 00:00:00 2001 From: ivampiresp Date: Sun, 27 Jul 2025 05:08:59 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8ecad76..e47d9a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,8 @@ RUN set -eux; \ php8.4-fileinfo \ php8.4-apcu \ php8.4-gmp \ - libz-dev; \ + libz-dev \ + libbrotli-dev; \ \ # 安装构建依赖 (仅编译时使用) apt install -y --no-install-recommends php8.4-dev build-essential php-pear libgmp-dev libicu-dev; \