Update ChordPro to 6.090.1
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
FROM debian:bullseye-slim
|
FROM debian:trixie-slim
|
||||||
|
|
||||||
ENV CHORDPRO_PIPELINE=true
|
ENV CHORDPRO_PIPELINE=true
|
||||||
|
|
||||||
ARG ZOLA_VERSION="0.22.0"
|
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
|
# Install runtime dependencies only, clean up after
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
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 \
|
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/*
|
||||||
|
|||||||
Reference in New Issue
Block a user