aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
blob: b7f65971dcbc99e6f5a38eb2742d737944819b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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