From e0b85ba86b63bbb1997017424571de299b05a10d Mon Sep 17 00:00:00 2001 From: eyunzhu <1036795373@qq.com> Date: Thu, 14 Nov 2024 05:15:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85autoconf=E3=80=81libzip-dev?= =?UTF-8?q?=20=E8=A7=A3=E5=86=B3PHP=E6=89=A9=E5=B1=95=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在安装PHP扩展时会使用phpize 脚本需要 autoconf 工具来生成 PHP 扩展的构建环境 --- dockerfiles/dockerfile.baota | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dockerfiles/dockerfile.baota b/dockerfiles/dockerfile.baota index d0289b1..41041f4 100644 --- a/dockerfiles/dockerfile.baota +++ b/dockerfiles/dockerfile.baota @@ -28,6 +28,8 @@ RUN sed -i 's|deb.debian.org|mirrors.aliyun.com|g' /etc/apt/sources.list.d/debia openssh-server \ libc-ares2 \ libonig5 \ + libzip-dev \ + autoconf \ && wget -4 --no-check-certificate -O install.sh https://download.bt.cn/install/install_lts.sh \ # 取消宝塔安装检查 && sed -i '/Ready_Check$/ s/^/#/' install.sh \