Update Dockerfile-71

Remove duplicate configuration.
This commit is contained in:
zuohuadong 2017-11-07 10:53:26 +08:00 committed by GitHub
parent 4e486280f4
commit 5835d185f2
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 \ docker-php-ext-install mysqli \
;fi ;fi
#####################################
# postgres Modifications:
#####################################
ARG INSTALL_POSTGRES=false
RUN if [ ${INSTALL_POSTGRES} = true ]; then \
docker-php-ext-install pgsql \
;fi
##################################### #####################################
# Tokenizer Modifications: # Tokenizer Modifications:
##################################### #####################################