diff options
author | Aada | 2024-06-18 11:51:57 +0200 |
---|---|---|
committer | Aada | 2024-06-18 11:55:06 +0200 |
commit | c2d1908f15882ae7ce2d99c23cdbc4ab041af829 (patch) | |
tree | 5a7ee7fb884748bb96c9e6d8b6618c43b74d2673 /Containerfile | |
parent | 67a8d2111478f1bbf40b995a63d0175283296142 (diff) |
Fix CI and tidy code
Diffstat (limited to 'Containerfile')
-rw-r--r-- | Containerfile | 14 |
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 |