added xdebug to dev docker container

This commit is contained in:
swdee 2026-07-12 22:57:07 +12:00
parent 1a5710bcd6
commit 3fad1fd561

View file

@ -14,6 +14,7 @@ RUN apt-get update \
git \
gosu \
passwd \
php8.4-xdebug \
&& curl -fsSL "https://deb.nodesource.com/setup_${NODE_VERSION}.x" \
| bash - \
&& apt-get install -y --no-install-recommends nodejs \