Add nodejs to docker image for forgejo actions checkout
This commit is contained in:
parent
aa41005c44
commit
d6e44e6197
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue