From 078438f5da2c21c125ebe9a722c130df9464a60b Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Thu, 26 Feb 2026 19:34:42 +0100 Subject: Add exam questions --- Dockerfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Dockerfile (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..172a722 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,14 @@ + +FROM docker.io/texlive/texlive:latest +ENV DEBIAN_FRONTEND=noninteractive +ENV LANG=C.UTF-8 +RUN apt-get update && apt-get install -y --no-install-recommends \ + biber \ + python3 \ + python3-pip \ + git \ + inkscape \ + && apt-get clean \ + && rm -rf /var/lib/apt/lists/* +WORKDIR /data +CMD ["latexmk", "-pdf", "-shell-escape", "thesis.tex"] -- cgit v1.2.3