Merging removed MySQL ext into MySQLi setting

This commit is contained in:
Winfried
2017-04-11 13:22:07 +02:00
parent 02e867c17d
commit 80a60d58cf
5 changed files with 9 additions and 22 deletions

View File

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