mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 04:40:55 +02:00
Fixes warning about svg support missing (#1789)
* Include imagick in all flavours Signed-off-by: Justin Lamp <justin.lamp@netways.de> * Fix alpine imagick version Signed-off-by: Justin Lamp <justin.lamp@netways.de> * Changed alpine package to imagemagick php extension is already present, so only install imagemagick Signed-off-by: modzilla99 <justin.lamp96@gmail.com> Signed-off-by: Justin Lamp <justin.lamp@netways.de> Signed-off-by: modzilla99 <justin.lamp96@gmail.com>
This commit is contained in:
parent
625445fbe9
commit
dfb538c5c7
11 changed files with 11 additions and 0 deletions
|
@ -6,6 +6,7 @@ RUN set -ex; \
|
|||
\
|
||||
apk add --no-cache \
|
||||
rsync \
|
||||
imagemagick \
|
||||
; \
|
||||
\
|
||||
rm /var/spool/cron/crontabs/root; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue