We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Hi, thank you for the feedback. We'll investigate.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: