Commit 5589a12b authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

Merge pull request #691 from davidtaboas/patch-1

Fix Dockerfile-70
parents e2384e27 cee9de7e
......@@ -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