diff options
| author | Filip Wandzio <contact@philw.dev> | 2025-10-03 00:25:24 +0200 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2025-10-03 00:25:24 +0200 |
| commit | fee6fdbfbd445ed8453856ed133d2b41068d785e (patch) | |
| tree | 9238bb8ef440a55de3c8bed5568ba9e06e4c2da3 /Dockerfile | |
| download | mm_03102025_matrix-master.tar.gz mm_03102025_matrix-master.zip | |
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 12 |
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 @@ | |||
| 1 | FROM debian:bookworm | ||
| 2 | |||
| 3 | RUN 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 | |||
| 12 | WORKDIR /data | ||
