Commit cee9de7e authored by David Táboas's avatar David Táboas Committed by GitHub

Fix Dockerfile-70

Add ;fi to end if INSTALL_INTL block
parent 9ae6e45d
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment