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