fix(docker): add librsvg for improved SVG handling in Imagick

This commit is contained in:
Fabian @ Blax Software 2026-07-02 14:15:54 +02:00
parent fb51d25984
commit 879d7f4dcf
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libpq-dev \
# ImageMagick
libmagickwand-dev \
# librsvg: crisp SVG->PDF/PNG (rsvg-convert) + Imagick's preferred SVG delegate
librsvg2-bin librsvg2-2 \
# Nginx + headers-more module
nginx libnginx-mod-http-headers-more-filter \
# Database clients