更新 Dockerfile
This commit is contained in:
@ -35,7 +35,6 @@ RUN apk add --no-cache \
|
|||||||
mbstring \
|
mbstring \
|
||||||
opcache \
|
opcache \
|
||||||
zip \
|
zip \
|
||||||
# 安装 swoole(固定版本,兼容 php7.2)
|
|
||||||
&& pecl install swoole-4.8.12 \
|
&& pecl install swoole-4.8.12 \
|
||||||
&& docker-php-ext-enable swoole \
|
&& docker-php-ext-enable swoole \
|
||||||
# 安装 redis 扩展(最后一个支持 php7.2 的版本)
|
# 安装 redis 扩展(最后一个支持 php7.2 的版本)
|
||||||
|
Reference in New Issue
Block a user