Skip to content

Commit

Permalink
PLGCSCS-138: Fix Xdebug support on Dockerfile (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-MultiSafepay authored Dec 21, 2022
1 parent 32f6751 commit fc38080
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 @@ -10,7 +10,7 @@ RUN debconf-set-selections << "postfix postfix/main_mailer_type string 'Internet
RUN apt-get install --assume-yes postfix
RUN sed -i -E "s/( *relayhost *= *).*/\1[mail]:1025/g" /etc/postfix/main.cf

RUN pecl install xdebug && docker-php-ext-enable xdebug
RUN pecl install xdebug-3.1.0 && docker-php-ext-enable xdebug
RUN { \
echo 'xdebug.mode=debug'; \
echo 'xdebug.start_with_request=trigger'; \
Expand Down

0 comments on commit fc38080

Please sign in to comment.