From a8120a1c466dd4fbb5ecab90b9c24636f3d28d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=A1=E5=AE=9C=E5=B0=A7?= Date: Fri, 13 Jan 2017 15:06:35 +0800 Subject: [PATCH] bugfix for phpredis configuration bugfix for phpredis configuration --- php-fpm/Dockerfile-70 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-fpm/Dockerfile-70 b/php-fpm/Dockerfile-70 index c389efc8..32e69663 100644 --- a/php-fpm/Dockerfile-70 +++ b/php-fpm/Dockerfile-70 @@ -68,7 +68,7 @@ RUN if [ ${INSTALL_PHPREDIS} = true ]; then \ # Install Php Redis Extension RUN pecl install -o -f redis \ && rm -rf /tmp/pear \ - && docker-php-ext-enable redis + && docker-php-ext-enable redis \ ;fi # Copy xdebug configration for remote debugging