Compare commits

...

3 Commits

Author SHA1 Message Date
5be339128c Add nodejs for better actions support 2025-12-30 13:01:44 +01:00
0ff086cf48 Fix build due to missing perl module
closes: #1
2025-12-30 13:01:34 +01:00
f52f0dcb68 Update chordpro to 6.090.0 2025-12-30 12:42:30 +01:00

View File

@@ -4,10 +4,10 @@ FROM debian:latest
ENV CHORDPRO_PIPELINE true
ARG ZOLA_VERSION="0.21.0"
ARG CHORDPRO_VERSION="6.060"
ARG CHORDPRO_VERSION="6.090.0"
RUN apt update -y && apt-get install -y --no-install-recommends \
ca-certificates openssl openssh-client rsync git wget build-essential cpanminus ghostscript
ca-certificates openssl openssh-client rsync git wget build-essential cpanminus libio-socket-ssl-perl ghostscript nodejs
RUN update-ca-certificates
RUN cpanm chordpro@${CHORDPRO_VERSION}
RUN wget https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz && \