Skip to content

Commit

Permalink
DX: Install PCov extension for local Docker (#8006)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed May 14, 2024
1 parent 3117b95 commit 77dc410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN if [ ! -z "$DOCKER_GROUP_ID" ] && [ ! getent group "${DOCKER_GROUP_ID}" > /d
fi \
&& apk add git \
&& sync \
&& install-php-extensions xdebug-${PHP_XDEBUG_VERSION} \
&& install-php-extensions pcov xdebug-${PHP_XDEBUG_VERSION} \
&& curl --location --output /usr/local/bin/xdebug https://github.com/julienfalque/xdebug/releases/download/v2.0.0/xdebug \
&& chmod +x /usr/local/bin/xdebug

Expand Down

0 comments on commit 77dc410

Please sign in to comment.