Commit a8120a1c authored by 管宜尧's avatar 管宜尧 Committed by GitHub

bugfix for phpredis configuration

bugfix for phpredis configuration
parent 6c55f47f
...@@ -68,7 +68,7 @@ RUN if [ ${INSTALL_PHPREDIS} = true ]; then \ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment