Skip to content

Commit 5835d18

Browse files
author
zuohuadong
authored
Update Dockerfile-71
Remove duplicate configuration.
1 parent 4e48628 commit 5835d18

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

php-fpm/Dockerfile-71

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

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-
250241
#####################################
251242
# Tokenizer Modifications:
252243
#####################################

0 commit comments

Comments
 (0)