We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab5ff1 commit 2c9563dCopy full SHA for 2c9563d
2 files changed
php-fpm/Dockerfile
@@ -590,7 +590,7 @@ USER root
590
ARG INSTALL_IMAGEMAGICK=false
591
592
RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
593
- apt-get install --fix-missing -y libmagickwand-dev imagemagick && \
+ apt-get install -y libmagickwand-dev imagemagick && \
594
pecl install imagick && \
595
docker-php-ext-enable imagick \
596
;fi
workspace/xdebug.ini
@@ -6,7 +6,7 @@ xdebug.remote_port=9000
6
xdebug.idekey=PHPSTORM
7
8
xdebug.remote_autostart=0
9
-xdebug.remote_enable=1
+xdebug.remote_enable=0
10
xdebug.cli_color=1
11
xdebug.profiler_enable=0
12
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
0 commit comments