We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2091cd + 4fc85d4 commit 5a21337Copy full SHA for 5a21337
1 file changed
php-fpm/Dockerfile-70
@@ -229,15 +229,6 @@ RUN if [ ${INSTALL_MYSQLI} = true ]; then \
229
docker-php-ext-install mysqli \
230
;fi
231
232
-#####################################
233
-# postgres Modifications:
234
235
-
236
-ARG INSTALL_POSTGRES=false
237
-RUN if [ ${INSTALL_POSTGRES} = true ]; then \
238
- docker-php-ext-install pgsql \
239
-;fi
240
241
#####################################
242
# Tokenizer Modifications:
243
0 commit comments