summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjessebot <jessebot@linux.com>2024-06-25 10:10:01 +0200
committerjessebot <jessebot@linux.com>2024-06-25 10:10:01 +0200
commit4ac47a97c8a089962411bac1f305534e8380f1c3 (patch)
treed3e2a5f0a8727130500376d3dea7009144a465d7
parentf45486780338805720417c023ed2ccba88f8536e (diff)
add imagemagick-svg to all the alpine images
Signed-off-by: jessebot <jessebot@linux.com>
-rw-r--r--27/fpm-alpine/Dockerfile1
-rw-r--r--28/fpm-alpine/Dockerfile1
-rw-r--r--29/fpm-alpine/Dockerfile1
-rw-r--r--Dockerfile-alpine.template1
4 files changed, 4 insertions, 0 deletions
diff --git a/27/fpm-alpine/Dockerfile b/27/fpm-alpine/Dockerfile
index c3a9fcb7..cf7abaf6 100644
--- a/27/fpm-alpine/Dockerfile
+++ b/27/fpm-alpine/Dockerfile
@@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
imagemagick \
+ imagemagick-svg \
rsync \
; \
\
diff --git a/28/fpm-alpine/Dockerfile b/28/fpm-alpine/Dockerfile
index 018256a8..ef0c48f0 100644
--- a/28/fpm-alpine/Dockerfile
+++ b/28/fpm-alpine/Dockerfile
@@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
imagemagick \
+ imagemagick-svg \
rsync \
; \
\
diff --git a/29/fpm-alpine/Dockerfile b/29/fpm-alpine/Dockerfile
index 17cfbaaa..4103226d 100644
--- a/29/fpm-alpine/Dockerfile
+++ b/29/fpm-alpine/Dockerfile
@@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
imagemagick \
+ imagemagick-svg \
rsync \
; \
\
diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template
index 4553997a..1a9a187e 100644
--- a/Dockerfile-alpine.template
+++ b/Dockerfile-alpine.template
@@ -5,6 +5,7 @@ RUN set -ex; \
\
apk add --no-cache \
imagemagick \
+ imagemagick-svg \
rsync \
; \
\