From 8b4901ce579f5cb68be0bf1cf399aa5e2918a2dd Mon Sep 17 00:00:00 2001 From: jefhar Date: Thu, 16 Mar 2017 23:28:29 -0700 Subject: [PATCH] Closed if Closed if [] ;fi in Human Language and Character Encoding Support: --- php-fpm/Dockerfile-70 | 1 + 1 file changed, 1 insertion(+) diff --git a/php-fpm/Dockerfile-70 b/php-fpm/Dockerfile-70 index 64829525..5649563f 100644 --- a/php-fpm/Dockerfile-70 +++ b/php-fpm/Dockerfile-70 @@ -202,6 +202,7 @@ RUN if [ ${INSTALL_INTL} = true ]; then \ apt-get install -y zlib1g-dev libicu-dev g++ && \ docker-php-ext-configure intl && \ docker-php-ext-install intl \ +;fi ##################################### # GHOSTSCRIPT: