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:
parent
05026b029d
commit
a871880118
1 changed files with 1 additions and 0 deletions
|
@ -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/*; \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Add table
Reference in a new issue