Merge branch 'master' into master

This commit is contained in:
ZeroC0D3 Team
2017-03-17 14:54:06 +07:00
committed by GitHub
8 changed files with 164 additions and 115 deletions

View File

@ -179,7 +179,7 @@ COPY ./opcache.ini /usr/local/etc/php/conf.d/opcache.ini
# Mysqli Modifications:
#####################################
ARG INSTALL_MYSQLI=false
RUN if [ ${INSTALL_MYSQLI} = true ]; then \
RUN if [ ${INSTALL_MYSQLI} = true ]; then \
docker-php-ext-install mysqli \
;fi