From 33ee3b2cf50e49b2cf9f08506bf44b7be3231ccb Mon Sep 17 00:00:00 2001 From: Gertjan Krol Date: Mon, 5 Jun 2023 22:32:45 +0200 Subject: [PATCH] Update: install xdebug extension --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8ee1d29..d7e0f9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file