From e7c82f679589b337eb37b9971868ecfbc5db7ec5 Mon Sep 17 00:00:00 2001 From: Aada Date: Sun, 16 Jun 2024 22:45:59 +0200 Subject: Add CI --- Containerfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Containerfile (limited to 'Containerfile') 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 -- cgit v1.2.3