Update: install xdebug extension
parent
cb82b1d72b
commit
33ee3b2cf5
|
@ -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
|
Loading…
Reference in New Issue