Merge pull request #1232 from zuohuadong/patch-17

Update Dockerfile-71
This commit is contained in:
Mahmoud Zalt 2017-11-08 05:24:42 +02:00 committed by GitHub
commit 46852bc31b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,15 +238,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:
#####################################