Update: install xdebug extension
Test / test_build (push) Successful in 45s Details
Release / build_push (push) Successful in 1m16s Details

master
Gertjan Krol 2023-06-05 22:32:45 +02:00
parent cb82b1d72b
commit 33ee3b2cf5
1 changed files with 2 additions and 0 deletions

View File

@ -2,4 +2,6 @@ ARG VERSION
FROM git.gertjankrol.nl/docker/php:${VERSION}
RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
RUN install-php-extensions xdebug
RUN apk add --no-cache git nodejs npm