From 5be339128c1d785318c1bf26deed3c779b3bef80 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 30 Dec 2025 12:58:15 +0100 Subject: [PATCH] Add nodejs for better actions support --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7480b7e..e848f4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG ZOLA_VERSION="0.21.0" 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 libio-socket-ssl-perl 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 && \