0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 00:12:36 +02:00

Merge pull request #2246 from jessebot/add-imagemagick-svg

add imagemagick-svg *back* to all the alpine images
This commit is contained in:
Josh 2024-06-28 15:53:28 -04:00 committed by GitHub
commit 747a3f8414
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 \
; \
\