Skip to content

Commit

Permalink
Merge pull request laradock#1231 from zuohuadong/patch-16
Browse files Browse the repository at this point in the history
Update Dockerfile-70
  • Loading branch information
Mahmoudz authored Nov 8, 2017
2 parents e2091cd + 4fc85d4 commit 5a21337
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions php-fpm/Dockerfile-70
Original file line number Diff line number Diff line change
Expand Up @@ -229,15 +229,6 @@ RUN if [ ${INSTALL_MYSQLI} = true ]; then \
docker-php-ext-install mysqli \
;fi

#####################################
# postgres Modifications:
#####################################

ARG INSTALL_POSTGRES=false
RUN if [ ${INSTALL_POSTGRES} = true ]; then \
docker-php-ext-install pgsql \
;fi

#####################################
# Tokenizer Modifications:
#####################################
Expand Down

0 comments on commit 5a21337

Please sign in to comment.