bugfix for phpredis configuration

bugfix for phpredis configuration
This commit is contained in:
管宜尧 2017-01-13 15:06:35 +08:00 committed by GitHub
parent 6c55f47fd4
commit a8120a1c46

View File

@ -68,7 +68,7 @@ RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
# Install Php Redis Extension
RUN pecl install -o -f redis \
&& rm -rf /tmp/pear \
&& docker-php-ext-enable redis
&& docker-php-ext-enable redis \
;fi
# Copy xdebug configration for remote debugging