Skip to content

Commit

Permalink
fixed redis php extension instalation bug
Browse files Browse the repository at this point in the history
remove unnecessary RUN command
  • Loading branch information
StanislavKnysh committed Jan 13, 2017
1 parent f9fe45c commit ad5883c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-fpm/Dockerfile-70
Expand Up @@ -66,7 +66,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
ARG INSTALL_PHPREDIS=false
RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
# Install Php Redis Extension
RUN pecl install -o -f redis \
pecl install -o -f redis \
&& rm -rf /tmp/pear \
&& docker-php-ext-enable redis \
;fi
Expand Down

0 comments on commit ad5883c

Please sign in to comment.