Move php-imagick to php-fpm and enable it
This commit is contained in:
		@@ -503,7 +503,7 @@ USER root
 | 
			
		||||
ARG INSTALL_IMAGEMAGICK=false
 | 
			
		||||
ENV INSTALL_IMAGEMAGICK ${INSTALL_IMAGEMAGICK}
 | 
			
		||||
RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
 | 
			
		||||
    apt-get install -y --force-yes imagemagick php-imagick \
 | 
			
		||||
    apt-get install -y --force-yes imagemagick \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user