Skip to content

Commit fbc71b5

Browse files
authored
Merge pull request laradock#552 from FalAngelSt/patch-1
fixed redis php extension instalation bug
2 parents f9fe45c + ad5883c commit fbc71b5

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
@@ -66,7 +66,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
6666
ARG INSTALL_PHPREDIS=false
6767
RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
6868
# Install Php Redis Extension
69-
RUN pecl install -o -f redis \
69+
pecl install -o -f redis \
7070
&& rm -rf /tmp/pear \
7171
&& docker-php-ext-enable redis \
7272
;fi

0 commit comments

Comments
 (0)