Skip to content

Commit 2c9563d

Browse files
author
牟勇
committed
feat: restore some file
1 parent dab5ff1 commit 2c9563d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

php-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ USER root
590590
ARG INSTALL_IMAGEMAGICK=false
591591

592592
RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
593-
apt-get install --fix-missing -y libmagickwand-dev imagemagick && \
593+
apt-get install -y libmagickwand-dev imagemagick && \
594594
pecl install imagick && \
595595
docker-php-ext-enable imagick \
596596
;fi

workspace/xdebug.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ xdebug.remote_port=9000
66
xdebug.idekey=PHPSTORM
77

88
xdebug.remote_autostart=0
9-
xdebug.remote_enable=1
9+
xdebug.remote_enable=0
1010
xdebug.cli_color=1
1111
xdebug.profiler_enable=0
1212
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"

0 commit comments

Comments
 (0)