summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2025-10-03 00:25:24 +0200
committerFilip Wandzio <contact@philw.dev>2025-10-03 00:25:24 +0200
commitfee6fdbfbd445ed8453856ed133d2b41068d785e (patch)
tree9238bb8ef440a55de3c8bed5568ba9e06e4c2da3 /Dockerfile
downloadmm_03102025_matrix-master.tar.gz
mm_03102025_matrix-master.zip
Finishing touchesHEADmaster
Diffstat (limited to 'Dockerfile')
-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