fixed redis php extension instalation bug
remove unnecessary RUN command
This commit is contained in:
		@@ -66,7 +66,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
 | 
				
			|||||||
ARG INSTALL_PHPREDIS=false
 | 
					ARG INSTALL_PHPREDIS=false
 | 
				
			||||||
RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
 | 
					RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
 | 
				
			||||||
    # Install Php Redis Extension
 | 
					    # Install Php Redis Extension
 | 
				
			||||||
    RUN pecl install -o -f redis \
 | 
					    pecl install -o -f redis \
 | 
				
			||||||
    &&  rm -rf /tmp/pear \
 | 
					    &&  rm -rf /tmp/pear \
 | 
				
			||||||
    &&  docker-php-ext-enable redis \
 | 
					    &&  docker-php-ext-enable redis \
 | 
				
			||||||
;fi
 | 
					;fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user