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