Skip to content

Commit 747a3f8

Browse files
Merge pull request #2246 from jessebot/add-imagemagick-svg
add imagemagick-svg *back* to all the alpine images
2 parents cd162a4 + 46b8caa commit 747a3f8

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

27/fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN set -ex; \
66
\
77
apk add --no-cache \
88
imagemagick \
9+
imagemagick-svg \
910
rsync \
1011
; \
1112
\

28/fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN set -ex; \
66
\
77
apk add --no-cache \
88
imagemagick \
9+
imagemagick-svg \
910
rsync \
1011
; \
1112
\

29/fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN set -ex; \
66
\
77
apk add --no-cache \
88
imagemagick \
9+
imagemagick-svg \
910
rsync \
1011
; \
1112
\

Dockerfile-alpine.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN set -ex; \
55
\
66
apk add --no-cache \
77
imagemagick \
8+
imagemagick-svg \
89
rsync \
910
; \
1011
\

0 commit comments

Comments
 (0)