aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
authorAada2024-06-16 22:45:59 +0200
committerAada2024-06-16 22:45:59 +0200
commite7c82f679589b337eb37b9971868ecfbc5db7ec5 (patch)
treedf4c5daf8f1f0da01f86c1b5e200f362f3735aa0 /Containerfile
parentcf923d5099ef0d5edcec1a6a8f6c35eeed5d0403 (diff)
Add CI
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile
new file mode 100644
index 0000000..662c5d2
--- /dev/null
+++ b/Containerfile
@@ -0,0 +1,15 @@
+FROM registry.fedoraproject.org/fedora-minimal:39
+
+# Build tools
+RUN microdnf install -y inkscape git
+
+# TeXlive components
+RUN microdnf install -y texlive-scheme-basic \
+ texlive-collection-luatex \
+ texlive-collection-pictures \
+ texlive-collection-latexrecommended \
+ texlive-collection-latexextra \
+ texlive-collection-binextra \
+ texlive-collection-fontsextra
+
+RUN microdnf clean all