Unverified Commit 5a21337c authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

Merge pull request #1231 from zuohuadong/patch-16

Update Dockerfile-70
parents e2091cd3 4fc85d49
......@@ -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:
#####################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment