Skip to content

Commit 08596d2

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

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
 

‎27/fpm-alpine/Dockerfile

+1
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

+1
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

+1
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

+1
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)
Please sign in to comment.