aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile14
1 files changed, 0 insertions, 14 deletions
diff --git a/Containerfile b/Containerfile
deleted file mode 100644
index b7f6597..0000000
--- a/Containerfile
+++ /dev/null
@@ -1,14 +0,0 @@
-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