Explorar o código

Fix pecl/swoole requires PHP (version >= 7.0.0)

Shao Yu Lung %!s(int64=7) %!d(string=hai) anos
pai
achega
dfff0b2fa0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      php-fpm/Dockerfile-56

+ 1 - 1
php-fpm/Dockerfile-56

@@ -121,7 +121,7 @@ RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
 ARG INSTALL_SWOOLE=false
 RUN if [ ${INSTALL_SWOOLE} = true ]; then \
     # Install Php Swoole Extension
-    pecl install swoole \
+    pecl install swoole-2.0.11 \
     &&  docker-php-ext-enable swoole \
 ;fi