Skip to content

Commit a8120a1

Browse files
authored
bugfix for phpredis configuration
bugfix for phpredis configuration
1 parent 6c55f47 commit a8120a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-fpm/Dockerfile-70

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
6868
# Install Php Redis Extension
6969
RUN pecl install -o -f redis \
7070
&& rm -rf /tmp/pear \
71-
&& docker-php-ext-enable redis
71+
&& docker-php-ext-enable redis \
7272
;fi
7373

7474
# Copy xdebug configration for remote debugging

0 commit comments

Comments
 (0)