mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-15 19:05:09 +01:00
add imagemagick-svg to fpm-alpine Dockerfile
Signed-off-by: Felix Egli <mail@felix-egli.ch>
This commit is contained in:
parent
7a4823180d
commit
d8ddbbc292
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ RUN set -ex; \
|
||||||
\
|
\
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
|
imagemagick-svg \
|
||||||
rsync \
|
rsync \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Add table
Reference in a new issue