Documents/.Dockerfile

6 lines
167 B
Docker

FROM debian:12
RUN apt-get update && apt-get install -y --no-install-recommends \
latexmk texlive texlive-lang-polish pandoc \
&& rm -rf /var/lib/apt/lists/*