Skip to content
New issue

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

Missing dependencies in Dockerfile #65

Open
Jens-Bourgeois opened this issue Sep 15, 2023 · 1 comment
Open

Missing dependencies in Dockerfile #65

Jens-Bourgeois opened this issue Sep 15, 2023 · 1 comment

Comments

@Jens-Bourgeois
Copy link

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.

@meihDS
Copy link
Contributor

meihDS commented Sep 15, 2023

Hi, thank you for the feedback. We'll investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants