summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Dockerfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..c60f8e7
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,12 @@
1FROM debian:bookworm
2
3RUN apt-get update && apt-get install -y \
4 texlive-full \
5 latexmk \
6 biber \
7 python3 \
8 python3-pip \
9 git \
10 inkscape && apt-get clean && rm -rf /var/lib/apt/lists/*
11
12WORKDIR /data