Skip to content

Missing dependencies in Dockerfile #65

Open
@Jens-Bourgeois

Description

@Jens-Bourgeois

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.

Activity

meihDS

meihDS commented on Sep 15, 2023

@meihDS
Contributor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Jens-Bourgeois@meihDS

        Issue actions

          Missing dependencies in Dockerfile · Issue #65 · docusign/code-examples-php