edbizarro / gitlab-ci-pipeline-php

:coffee: Docker images for test PHP applications with Gitlab CI (or any other CI platform!)
https://hub.docker.com/r/edbizarro/gitlab-ci-pipeline-php
MIT License
529 stars 167 forks source link

Support for imagick #97

Open j3j5 opened 4 years ago

j3j5 commented 4 years ago

Hi, thanks for these great images.

I was wondering if you would be open to add imagick support for them? There are a few missing dependencies so if you'd be open to merge a MR adding support for it I'll create it.

edbizarro commented 4 years ago

hi @j3j5 i believe imagick will add up a good amount of mb to the image size, have u've test it to see how much this would be?

j3j5 commented 4 years ago

Sorry for the late reply, I completely missed this message.

After some further testing I realized that imagick is already included as an extension (silly me!), my problem was somewhere else, the package libmagickcore-6.q16-6-extra was missing (adds support, among other things, for SVG files) and it was the cause with my imagick issues. I've made some tests and installing it adds almost no extra size. If you want I can create a PR so you can check by yourself.