feat: restore some file
This commit is contained in:
		@@ -590,7 +590,7 @@ USER root
 | 
			
		||||
ARG INSTALL_IMAGEMAGICK=false
 | 
			
		||||
 | 
			
		||||
RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
 | 
			
		||||
    apt-get install --fix-missing -y libmagickwand-dev imagemagick && \
 | 
			
		||||
    apt-get install -y libmagickwand-dev imagemagick && \
 | 
			
		||||
    pecl install imagick && \
 | 
			
		||||
    docker-php-ext-enable imagick \
 | 
			
		||||
;fi
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ xdebug.remote_port=9000
 | 
			
		||||
xdebug.idekey=PHPSTORM
 | 
			
		||||
 | 
			
		||||
xdebug.remote_autostart=0
 | 
			
		||||
xdebug.remote_enable=1
 | 
			
		||||
xdebug.remote_enable=0
 | 
			
		||||
xdebug.cli_color=1
 | 
			
		||||
xdebug.profiler_enable=0
 | 
			
		||||
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user