From ce7a29c66282e5f8060406ce7ff1827470495808 Mon Sep 17 00:00:00 2001 From: Masahiro Ienaga Date: Wed, 9 Jan 2019 22:22:42 +0900 Subject: [PATCH] modify syntax error (#1942) Syntax error in shell when installing APCU. Because Fixed shell syntax. fix #1943, #1940. --- php-fpm/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/php-fpm/Dockerfile b/php-fpm/Dockerfile index 6f890416..05925259 100644 --- a/php-fpm/Dockerfile +++ b/php-fpm/Dockerfile @@ -550,6 +550,7 @@ ARG INSTALL_APCU=false RUN if [ ${INSTALL_APCU} = true ]; then \ pecl install apcu && \ docker-php-ext-enable apcu \ +;fi ########################################################################### # YAML: