feat: restore some file

This commit is contained in:
牟勇 2019-12-05 11:27:44 +08:00
parent dab5ff1ac6
commit 2c9563d2cd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"