From 08086be4c5e3762f4d020e4d01d18870094ebda8 Mon Sep 17 00:00:00 2001 From: jefhar Date: Thu, 16 Mar 2017 23:26:54 -0700 Subject: [PATCH 1/2] PHP_FPM_INSTALL_INTL env-example added PHP_FPM_INSTALL_INTL=false to PHP_FPM_INSTALL_INTL=false --- env-example | 1 + 1 file changed, 1 insertion(+) diff --git a/env-example b/env-example index d13094eb..eaaaaec0 100644 --- a/env-example +++ b/env-example @@ -45,6 +45,7 @@ PHP_FPM_INSTALL_EXIF=false PHP_FPM_INSTALL_AEROSPIKE_EXTENSION=false PHP_FPM_INSTALL_MYSQLI=false PHP_FPM_INSTALL_TOKENIZER=false +PHP_FPM_INSTALL_INTL=false ### NGINX Container NGINX_HOST_HTTP_PORT=80 From 8b4901ce579f5cb68be0bf1cf399aa5e2918a2dd Mon Sep 17 00:00:00 2001 From: jefhar Date: Thu, 16 Mar 2017 23:28:29 -0700 Subject: [PATCH 2/2] 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: