Closed daudo closed 6 months ago
This is a known issue - see the discussion at https://github.com/mlocati/docker-php-extension-installer/pull/811
Just one final note for others struggling with the same: the most simple workaround today (2024-05-31) seems to be to build against the imagick master branch, ie
RUN install-php-extensions imagick/imagick@master
Even if this fixes the build problem, running on the master=main=devel branch may lead to other problems later however ...
Version of install-php-extensions
2.2.14
Error description
installing imagick fails like below. Unfortunately, I do not see an apparent reason ...
Docker image
php:8.3-fpm-bookworm
Minimal Dockerfile