We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a21337 + 5835d18 commit 46852bcCopy full SHA for 46852bc
1 file changed
php-fpm/Dockerfile-71
@@ -238,15 +238,6 @@ RUN if [ ${INSTALL_MYSQLI} = true ]; then \
238
docker-php-ext-install mysqli \
239
;fi
240
241
-#####################################
242
-# postgres Modifications:
243
244
-
245
-ARG INSTALL_POSTGRES=false
246
-RUN if [ ${INSTALL_POSTGRES} = true ]; then \
247
- docker-php-ext-install pgsql \
248
-;fi
249
250
#####################################
251
# Tokenizer Modifications:
252
0 commit comments