php-toolkit/Dockerfile
Gertjan Krol 33ee3b2cf5
All checks were successful
Test / test_build (push) Successful in 45s
Release / build_push (push) Successful in 1m16s
Update: install xdebug extension
2023-06-05 22:32:45 +02:00

7 lines
No EOL
196 B
Docker

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