Skip to content

Commit 4fc85d4

Browse files
author
zuohuadong
authored
Update Dockerfile-70
Remove duplicate configuration
1 parent 4e48628 commit 4fc85d4

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

php-fpm/Dockerfile-70

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,6 @@ RUN if [ ${INSTALL_MYSQLI} = true ]; then \
229229
docker-php-ext-install mysqli \
230230
;fi
231231

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-
241232
#####################################
242233
# Tokenizer Modifications:
243234
#####################################

0 commit comments

Comments
 (0)