From 1dbeb4a006e949c9ca823be4bc27c3200381a91d Mon Sep 17 00:00:00 2001 From: TheSpad Date: Fri, 22 Mar 2024 12:04:09 +0000 Subject: [PATCH] Add imagemagick-svg --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + readme-vars.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index a65b833..7c1e95b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN \ ffmpeg \ gnu-libiconv \ imagemagick \ + imagemagick-svg \ libxml2 \ php83-apcu \ php83-bcmath \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 30682ae..f503383 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -18,6 +18,7 @@ RUN \ ffmpeg \ gnu-libiconv \ imagemagick \ + imagemagick-svg \ libxml2 \ php83-apcu \ php83-bcmath \ diff --git a/readme-vars.yml b/readme-vars.yml index 0a9223e..a4140af 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -81,6 +81,7 @@ app_setup_block: | # changelog changelogs: + - { date: "22.03.24:", desc: "Add imagemagick-svg module."} - { date: "06.03.24:", desc: "Rebase to Alpine 3.19 with php 8.3."} - { date: "02.01.24:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf." } - { date: "22.12.23:", desc: "Site default conf updating to include mime.types for js and mjs and update location to include more file types." }