Skip to content

Commit 08596d2

Browse files
authored
Merge branch 'master' into add-imagemagick-pdf-support-for-alpine
Signed-off-by: JesseBot <jessebot@linux.com>
2 parents 437a2e0 + 747a3f8 commit 08596d2

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
@@ -12,6 +12,7 @@ RUN set -ex; \
1212
imagemagick-tiff \
1313
imagemagick-heic \
1414
imagemagick-webp \
15+
imagemagick-svg \
1516
rsync \
1617
; \
1718
\

28/fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN set -ex; \
1212
imagemagick-tiff \
1313
imagemagick-heic \
1414
imagemagick-webp \
15+
imagemagick-svg \
1516
rsync \
1617
; \
1718
\

29/fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN set -ex; \
1212
imagemagick-tiff \
1313
imagemagick-heic \
1414
imagemagick-webp \
15+
imagemagick-svg \
1516
rsync \
1617
; \
1718
\

Dockerfile-alpine.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN set -ex; \
1111
imagemagick-tiff \
1212
imagemagick-heic \
1313
imagemagick-webp \
14+
imagemagick-svg \
1415
rsync \
1516
; \
1617
\

0 commit comments

Comments
 (0)