Compare commits

...

1 Commits

Author SHA1 Message Date
Pierre Ozoux
bfee87dab5
Adds imagemagick to alpine image.
Fixes  #1105
2021-01-23 11:56:09 +01:00

View File

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