cannot install imagick #442
|
when i install imagick it gives me error like this this is my docker-compose.yml this is my Dockerfile |
Answered by
jaydrogers
Sep 27, 2024
Replies: 3 comments 1 reply
|
Strange! I wonder if something in imagick updated? I opened an issue here with the extension installer to see if it's not something there first: mlocati/docker-php-extension-installer#979 |
0 replies
|
Imagick does not support PHP 8.3 yet. The workaround is to use the master branch: Imagick/imagick#643 (comment) |
0 replies
Answer selected by
jaydrogers
|
I found this after debugging but I'll share it anyway. 🤦♂️ Instead of master you can also reference to the specific commit when using PHP 8.3
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Imagick does not support PHP 8.3 yet.
The workaround is to use the master branch: Imagick/imagick#643 (comment)