Adds imagemagick to alpine image.

Fixes  #1105
This commit is contained in:
Pierre Ozoux 2021-01-23 11:56:09 +01:00 committed by GitHub
parent 2cbc82dc9f
commit bfee87dab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ FROM php:%%PHP_VERSION%%-%%VARIANT%%3.12
RUN set -ex; \
\
apk add --no-cache \
imagemagick \
rsync \
; \
\