We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c55f47 commit a8120a1Copy full SHA for a8120a1
1 file changed
php-fpm/Dockerfile-70
@@ -68,7 +68,7 @@ RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
68
# Install Php Redis Extension
69
RUN pecl install -o -f redis \
70
&& rm -rf /tmp/pear \
71
- && docker-php-ext-enable redis
+ && docker-php-ext-enable redis \
72
;fi
73
74
# Copy xdebug configration for remote debugging
0 commit comments