docusign / code-examples-php

Docusign PHP code examples and launcher
https://developers.docusign.com/
MIT License
47 stars 42 forks source link

Missing dependencies in Dockerfile #65

Open Jens-Bourgeois opened 1 year ago

Jens-Bourgeois commented 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.

meihDS commented 1 year ago

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