Browse Source

Merge pull request #1232 from zuohuadong/patch-17

Update Dockerfile-71
Mahmoud Zalt 7 years ago
parent
commit
46852bc31b
1 changed files with 0 additions and 9 deletions
  1. 0 9
      php-fpm/Dockerfile-71

+ 0 - 9
php-fpm/Dockerfile-71

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