-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Adding php-imagick extension to Alpine Docker container fails #683
Comments
Encountering this since php 8.3.10 on CentOs 9 with default install options by pear as well. |
See #640, known issue. It seems like master has a fix but no release yet has a fix. Either one needs to wait for a release or build from source. |
Not making light of OSS being hard, but IMO if you can get away with using the gd extension instead I'd go that route. This extension hasn't seen a healthy amount of development in over a year. |
This works for me in PHP 8.3 - 8.3.11
|
I try to add the
imagick
php extension to my Docker container:The process fails with the following error:
The text was updated successfully, but these errors were encountered: