Merge pull request #551 from mylxsw/master

bugfix for phpredis configuration
This commit is contained in:
Bo-Yi Wu 2017-01-13 15:18:18 +08:00 committed by GitHub
commit f9fe45cb75
1 changed files with 1 additions and 1 deletions

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