add imagemagick-svg to all the alpine images
Signed-off-by: jessebot <jessebot@linux.com>
This commit is contained in:
parent
f454867803
commit
4ac47a97c8
@ -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 New Issue
Block a user