更新 Dockerfile

This commit is contained in:
2025-09-12 15:55:52 +08:00
parent caf355f3dc
commit d737e51f73

View File

@ -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 的版本)