0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 11:06:09 +02:00

Imagemagick not installed by default on debian versions (cf SVG troubles)

Resolves #1414

Signed-off-by: vincowl <vincent@heliosphere.fr>
This commit is contained in:
vincowl 2021-06-02 13:54:37 +02:00
parent 05026b029d
commit a871880118

View file

@ -8,6 +8,7 @@ RUN set -ex; \
rsync \ rsync \
bzip2 \ bzip2 \
busybox-static \ busybox-static \
imagemagick \
; \ ; \
rm -rf /var/lib/apt/lists/*; \ rm -rf /var/lib/apt/lists/*; \
\ \