Compare commits

..

1 Commits

Author SHA1 Message Date
cf54bc8bbd Update ChordPro to 6.090.0 2026-01-23 17:15:39 +01:00

View File

@@ -1,4 +1,4 @@
FROM debian:trixie-slim FROM debian:bullseye-slim
ENV CHORDPRO_PIPELINE=true ENV CHORDPRO_PIPELINE=true
@@ -14,7 +14,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
git \ git \
wget \ wget \
libio-socket-ssl-perl \ libio-socket-ssl-perl \
libharfbuzz-shaper-perl \
ghostscript \ ghostscript \
nodejs \ nodejs \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*