WIP: Forgejo Actions #1

Draft
fleg wants to merge 2 commits from actions into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d6e44e6197 - Show all commits

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