Merge pull request #1231 from zuohuadong/patch-16

Update Dockerfile-70
This commit is contained in:
Mahmoud Zalt
2017-11-08 05:24:34 +02:00
committed by GitHub

View File

@ -229,15 +229,6 @@ RUN if [ ${INSTALL_MYSQLI} = true ]; then \
docker-php-ext-install mysqli \
;fi
#####################################
# postgres Modifications:
#####################################
ARG INSTALL_POSTGRES=false
RUN if [ ${INSTALL_POSTGRES} = true ]; then \
docker-php-ext-install pgsql \
;fi
#####################################
# Tokenizer Modifications:
#####################################