mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 18:46:43 +01:00
add imagemagick-svg to all the alpine images
Signed-off-by: jessebot <jessebot@linux.com>
This commit is contained in:
parent
f454867803
commit
4ac47a97c8
4 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@ RUN set -ex; \
|
|||
\
|
||||
apk add --no-cache \
|
||||
imagemagick \
|
||||
imagemagick-svg \
|
||||
rsync \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -6,6 +6,7 @@ RUN set -ex; \
|
|||
\
|
||||
apk add --no-cache \
|
||||
imagemagick \
|
||||
imagemagick-svg \
|
||||
rsync \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -6,6 +6,7 @@ RUN set -ex; \
|
|||
\
|
||||
apk add --no-cache \
|
||||
imagemagick \
|
||||
imagemagick-svg \
|
||||
rsync \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -5,6 +5,7 @@ RUN set -ex; \
|
|||
\
|
||||
apk add --no-cache \
|
||||
imagemagick \
|
||||
imagemagick-svg \
|
||||
rsync \
|
||||
; \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue