Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Fix texlive installation
Browse files Browse the repository at this point in the history
  • Loading branch information
diocas committed Aug 17, 2023
1 parent 7dae7fa commit 106e75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 106e75b

Please sign in to comment.