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
commit 5a21337cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:
#####################################