Merge pull request #551 from mylxsw/master
bugfix for phpredis configuration
This commit is contained in:
commit
f9fe45cb75
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue