Skip to content

[FR] add image with full latex

The installation of latex takes 40'. The repository is heavy. It would be more efficient to offer an image with latex installed.

here are commands for installation

curl -L -o install-tl-unx.tar.gz https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
zcat < install-tl-unx.tar.gz | tar xf -
cd install-tl-20240410  # fixed to the current release, will fail in the future
dnf install -y perl
perl ./install-tl --no-interaction # 4682 files, 45'
cd ..
export PATH=/usr/local/texlive/2024/bin/aarch64-linux/:$PATH  # fixed to the current release

btw, it existed with cs, see ci-tools/ci-worker/ci-worker-latex

Edited by Mikhail Mikhasenko