Skip to content

Commit

Permalink
adding latex packages to dockerfile for fedora38 pod
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirhasko committed Jan 22, 2025
1 parent 5ac5bec commit 40d9ba4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion containers/Dockerfile.f38
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
make curl wget tar procps-ng which sudo unzip findutils grep ncurses-devel \
openssl-devel zlib-devel krb5-devel make cmake gcc gcc-c++ rpm-build \
python3.6 python3.7 python3.8 python3.9 python3.10 python3.11 python3-dnf \
python3-setuptools python3 python3-devel python3-wheel python3-pip && \
python3-setuptools python3 python3-devel python3-wheel python3-pip \
libxml2-devel libxslt-devel texlive-background texlive texlive-fncychap \
texlive-gnu-freefont texlive-titlesec texlive-tabulary texlive-framed \
texlive-wrapfig texlive-upquote texlive-capt-of texlive-needspace \
texlive-polyglossia latexmk ImageMagick && \
dnf clean all

RUN ln -sf /bin/pip3 /bin/pip && /bin/pip3 install --user 'tox>=3.8.0' os-testr
Expand Down

0 comments on commit 40d9ba4

Please sign in to comment.