bugfix for phpredis configuration
bugfix for phpredis configuration
This commit is contained in:
		@@ -68,7 +68,7 @@ RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
 | 
				
			|||||||
    # Install Php Redis Extension
 | 
					    # Install Php Redis Extension
 | 
				
			||||||
    RUN pecl install -o -f redis \
 | 
					    RUN 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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Copy xdebug configration for remote debugging
 | 
					# Copy xdebug configration for remote debugging
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user