From b1b808801bfd78350b3b4702a84371018966ff39 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Fri, 23 Jan 2026 17:15:14 +0100 Subject: [PATCH] Update ChordPro to 6.090.1 --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c89561f..ea20518 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM debian:bullseye-slim +FROM debian:trixie-slim ENV CHORDPRO_PIPELINE=true ARG ZOLA_VERSION="0.22.0" -ARG CHORDPRO_VERSION="6.090.0" +ARG CHORDPRO_VERSION="6.090.1" # Install runtime dependencies only, clean up after RUN apt-get update && apt-get install -y --no-install-recommends \ @@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ git \ wget \ libio-socket-ssl-perl \ + libharfbuzz-shaper-perl \ ghostscript \ nodejs \ && rm -rf /var/lib/apt/lists/*