Skip to content

Commit

Permalink
Unlock xdebug.mode for #59
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Feb 12, 2024
1 parent ce8a1b7 commit 8a75086
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ RUN apk add --no-cache binutils build-base openssl-dev autoconf pcre2-dev automa
&& echo ";xdebug.mode=off" >> /etc/$PHP_PACKAGE_BASENAME/conf.d/50_xdebug.ini \
&& apk del --no-network .build-deps

RUN sed -i -e 's/;xdebug.mode/xdebug.mode/g' /etc/${PHP_PACKAGE_BASENAME}/conf.d/50_xdebug.ini
RUN sed -i -e 's/;zend/zend/g' /etc/${PHP_PACKAGE_BASENAME}/conf.d/50_xdebug.ini
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-xml
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-xmlwriter
Expand Down

0 comments on commit 8a75086

Please sign in to comment.