-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix imagick on alpine #497
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
fix imagick on alpine #497
Conversation
Can you please elaborate on this? (maybe a simple reproducer?) The Debian images don't include the ImageMagick command-line utilities either, so if the Alpine images are broken, the Debian images should be too. From what I can tell, the |
vs.
|
I see; it looks like the confusion comes from the Debian "imagemagick" package only containing the binaries like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍
Changes: - docker-library/wordpress@2f49bc6: Merge pull request docker-library/wordpress#497 from lifeofguenter/feature/fix-imagick - docker-library/wordpress@835fae9: put into main deps, add pr ref - docker-library/wordpress@99f883f: fix imagick
Currently alpine images have a broken imagick extension. The extension does not rely only on imagick libraries but a bunch of other libraries (libjpeg, libpng, etc.).
See:
Unless this was done on purpose to keep the base image size small? I would then either leave imagick out completely or add better documentation to this behaviour.