Skip to content

Commit

Permalink
Changed to xdebug stable release (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessevz authored Dec 6, 2024
1 parent eed46ff commit 880d58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ENTRYPOINT [ "docker-entrypoint.sh" ]
FROM hashtopolis-server-base as hashtopolis-server-dev

# Setting up development requirements, install xdebug
RUN yes | pecl install xdebug-3.4.0beta1 && docker-php-ext-enable xdebug \
RUN yes | pecl install xdebug && docker-php-ext-enable xdebug \
&& echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \
&& echo "xdebug.mode = debug" >> /usr/local/etc/php/conf.d/xdebug.ini \
&& echo "xdebug.start_with_request = yes" >> /usr/local/etc/php/conf.d/xdebug.ini \
Expand Down

0 comments on commit 880d58f

Please sign in to comment.