Adding exif/redis to php-fpm 56 and 71
This commit is contained in:
		@@ -61,8 +61,9 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
#####################################
 | 
			
		||||
# PHP REDIS EXTENSION FOR PHP 7.0
 | 
			
		||||
# PHP REDIS EXTENSION FOR PHP 7
 | 
			
		||||
#####################################
 | 
			
		||||
 | 
			
		||||
ARG INSTALL_PHPREDIS=false
 | 
			
		||||
RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
 | 
			
		||||
    # Install Php Redis Extension
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user