summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
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..3dedc04
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,12 @@
1FROM docker.io/blang/latex:latest
2
3RUN apt-get update && apt-get install -y \
4 biber \
5 python3 \
6 python3-pip \
7 git \
8 inkscape \
9 && apt-get clean \
10 && rm -rf /var/lib/apt/lists/*
11
12WORKDIR /data