Skip to content

Commit 46852bc

Browse files
authored
Merge pull request laradock#1232 from zuohuadong/patch-17
Update Dockerfile-71
2 parents 5a21337 + 5835d18 commit 46852bc

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)