mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-08-04 07:31:40 +00:00
added xdebug to dev docker container
This commit is contained in:
parent
1a5710bcd6
commit
3fad1fd561
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue