From d6e44e61973d5c8e1fce33242889ee37ce7f3683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rudowicz?= Date: Tue, 25 Feb 2025 10:34:03 +0100 Subject: [PATCH] Add nodejs to docker image for forgejo actions checkout --- .Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Dockerfile b/.Dockerfile index 5c5b859..37d3277 100644 --- a/.Dockerfile +++ b/.Dockerfile @@ -1,5 +1,5 @@ FROM debian:12 RUN apt-get update && apt-get install -y --no-install-recommends \ - latexmk texlive texlive-lang-polish pandoc \ + latexmk texlive texlive-lang-polish pandoc git nodejs \ && rm -rf /var/lib/apt/lists/*