Skip to content

Commit

Permalink
安装autoconf、libzip-dev 解决PHP扩展安装问题
Browse files Browse the repository at this point in the history
在安装PHP扩展时会使用phpize 脚本需要 autoconf 工具来生成 PHP 扩展的构建环境
  • Loading branch information
eyunzhu committed Nov 13, 2024
1 parent 9979edf commit e0b85ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/dockerfile.baota
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e0b85ba

Please sign in to comment.