Explorar o código

Merge pull request #1232 from zuohuadong/patch-17

Update Dockerfile-71
Mahmoud Zalt %!s(int64=7) %!d(string=hai) anos
pai
achega
46852bc31b
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  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:
 #####################################