Skip to content

Commit

Permalink
add linux-headers package
Browse files Browse the repository at this point in the history
  • Loading branch information
usu committed Dec 28, 2022
1 parent a7cfbd3 commit 42ddca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ FROM api_platform_php as api_platform_php_dev
# renovate: datasource=github-tags depName=xdebug/xdebug
ARG XDEBUG_VERSION=3.2.0
RUN set -eux; \
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS; \
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS linux-headers; \
pecl install xdebug-$XDEBUG_VERSION; \
docker-php-ext-enable xdebug; \
apk del .build-deps

0 comments on commit 42ddca8

Please sign in to comment.