Skip to content

Commit

Permalink
fix: add xdebug extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sadok-f committed Sep 29, 2023
1 parent 144de86 commit 4933512
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ RUN wget https://download.imagemagick.org/ImageMagick/download/ImageMagick.tar.g
ldconfig /usr/local/lib

# #additional libraries
RUN pecl install imagick yaml && \
RUN pecl install imagick yaml xdebug && \
echo "extension=yaml.so" > /usr/local/etc/php/conf.d/yaml.ini && \
echo "extension=imagick.so" > /usr/local/etc/php/conf.d/imagick.ini && \
echo "zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20220829/xdebug.so" > /usr/local/etc/php/conf.d/xdebug.ini && \
echo "expose_php=off" > /usr/local/etc/php/conf.d/expose_php.ini

# #install MozJPEG
Expand Down

0 comments on commit 4933512

Please sign in to comment.