0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-03 13:55:44 +01:00

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

View file

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