Skip to content

Commit

Permalink
add imagemagick-svg to all the alpine images
Browse files Browse the repository at this point in the history
Signed-off-by: jessebot <jessebot@linux.com>
  • Loading branch information
jessebot committed Jun 25, 2024
1 parent f454867 commit 4ac47a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions 27/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
imagemagick \
imagemagick-svg \
rsync \
; \
\
Expand Down
1 change: 1 addition & 0 deletions 28/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
imagemagick \
imagemagick-svg \
rsync \
; \
\
Expand Down
1 change: 1 addition & 0 deletions 29/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
imagemagick \
imagemagick-svg \
rsync \
; \
\
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-alpine.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN set -ex; \
\
apk add --no-cache \
imagemagick \
imagemagick-svg \
rsync \
; \
\
Expand Down

0 comments on commit 4ac47a9

Please sign in to comment.