add postgresql for php-fpm
This commit is contained in:
@ -207,6 +207,15 @@ 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:
|
||||
#####################################
|
||||
|
Reference in New Issue
Block a user