Fix Dockerfile-70

Add ;fi to end if INSTALL_INTL block
This commit is contained in:
David Táboas 2017-03-17 10:10:32 +01:00 committed by GitHub
parent 9ae6e45dda
commit cee9de7ed1

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: