bugfix for phpredis configuration
bugfix for phpredis configuration
This commit is contained in:
parent
6c55f47fd4
commit
a8120a1c46
@ -68,7 +68,7 @@ RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
|
|||||||
# Install Php Redis Extension
|
# Install Php Redis Extension
|
||||||
RUN pecl install -o -f redis \
|
RUN pecl install -o -f redis \
|
||||||
&& rm -rf /tmp/pear \
|
&& rm -rf /tmp/pear \
|
||||||
&& docker-php-ext-enable redis
|
&& docker-php-ext-enable redis \
|
||||||
;fi
|
;fi
|
||||||
|
|
||||||
# Copy xdebug configration for remote debugging
|
# Copy xdebug configration for remote debugging
|
||||||
|
Loading…
Reference in New Issue
Block a user