0
0
Fork 0
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:
jessebot 2024-06-25 10:10:01 +02:00
parent f454867803
commit 4ac47a97c8
4 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
imagemagick \
imagemagick-svg \
rsync \
; \
\

View file

@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
imagemagick \
imagemagick-svg \
rsync \
; \
\

View file

@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
imagemagick \
imagemagick-svg \
rsync \
; \
\

View file

@ -5,6 +5,7 @@ RUN set -ex; \
\
apk add --no-cache \
imagemagick \
imagemagick-svg \
rsync \
; \
\