Skip to content

Commit ad5883c

Browse files
fixed redis php extension instalation bug
remove unnecessary RUN command
1 parent f9fe45c commit ad5883c

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)