Skip to content

Commit 2d04ced

Browse files
committed
🔧 xdebug needs headers now?
1 parent 17ddd37 commit 2d04ced

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ FROM php:$PHP_VERSION-cli-alpine
33

44
RUN apk add git zip unzip autoconf make g++
55

6+
# apparently newer xdebug needs these now?
7+
RUN apk add --update linux-headers
8+
69
RUN if [ -z "${PHP_VERSION##7\.*}" ]; then \
710
pecl install xdebug-2.9.8 && docker-php-ext-enable xdebug; \
811
else \

0 commit comments

Comments
 (0)