Skip to content

(feat) Adding imagemagick to the base php images

Brian Hatchet requested to merge brianhatchet/engine:imagemagick-docker into master

Imagemagick needs to be built in alpine.

These changes add the addition dependencies, install imagemagick via pecl, enable them via docker-php-ext-enable

The build dependencies get removed in the same way cassandra does.

Merge request reports