Fix Dockerfile-70
Add ;fi to end if INSTALL_INTL block
This commit is contained in:
parent
9ae6e45dda
commit
cee9de7ed1
@ -202,6 +202,7 @@ RUN if [ ${INSTALL_INTL} = true ]; then \
|
|||||||
apt-get install -y zlib1g-dev libicu-dev g++ && \
|
apt-get install -y zlib1g-dev libicu-dev g++ && \
|
||||||
docker-php-ext-configure intl && \
|
docker-php-ext-configure intl && \
|
||||||
docker-php-ext-install intl \
|
docker-php-ext-install intl \
|
||||||
|
;fi
|
||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
# GHOSTSCRIPT:
|
# GHOSTSCRIPT:
|
||||||
|
Loading…
Reference in New Issue
Block a user