Open Jens-Bourgeois opened 1 year ago
Hello,
When running "docker compose up -d" I get the following error during STEP 4/13 => ERROR [php-fpm stage-1 4/13] RUN pecl install imagick xdebug
27.69 configure: error: rtnetlink.h is required, install the linux-headers package: apk add --update linux-headers 27.71 ERROR: `/tmp/pear/temp/xdebug/configure --with-php-config=/usr/local/bin/php-config' failed
Adding "RUN apk add --update linux-headers" to the Dockerfile fixes this issue.
Hi, thank you for the feedback. We'll investigate.
Hello,
When running "docker compose up -d" I get the following error during STEP 4/13 => ERROR [php-fpm stage-1 4/13] RUN pecl install imagick xdebug
27.69 configure: error: rtnetlink.h is required, install the linux-headers package: apk add --update linux-headers 27.71 ERROR: `/tmp/pear/temp/xdebug/configure --with-php-config=/usr/local/bin/php-config' failed
Adding "RUN apk add --update linux-headers" to the Dockerfile fixes this issue.