Merge pull request #691 from davidtaboas/patch-1

Fix Dockerfile-70
This commit is contained in:
Mahmoud Zalt 2017-03-17 11:07:36 -04:00 committed by GitHub
commit 5589a12b9d

View File

@ -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: