Add nodejs to docker image for forgejo actions checkout
/ statut (push) Failing after 3s Details
/ statut (pull_request) Failing after 2s Details

This commit is contained in:
Michał Rudowicz 2025-02-25 10:34:03 +01:00
parent aa41005c44
commit d6e44e6197
1 changed files with 1 additions and 1 deletions

View File

@ -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/*