From 106e75b70e6e91acaf5b65049aa7e99594329c85 Mon Sep 17 00:00:00 2001 From: Diogo Castro Date: Thu, 17 Aug 2023 11:06:24 +0200 Subject: [PATCH] Fix texlive installation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 259cd65..b474603 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN mkdir /tmp/pandoc && \ # Install a newer version of TeX Live, than the one available in yum repos # For converting to PDF -ENV PATH /usr/local/texlive/2021/bin/x86_64-linux/:$PATH +ENV PATH /usr/local/texlive/2023/bin/x86_64-linux/:$PATH RUN mkdir /tmp/texlive && \ cd /tmp/texlive && \ wget --quiet http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz && \