update dockerfile

This commit is contained in:
AF 2024-08-16 21:13:11 +00:00
parent b95592b0d2
commit d5b913e75a
Signed by: alisa
SSH Key Fingerprint: SHA256:vNY4pdIZvO1FYJKHROkdHLtvyopizvZVAEwg9AF6h04

View File

@ -1,6 +1,9 @@
FROM sharelatex/sharelatex
RUN PATH=/usr/local/texlive/2022/bin/x86_64-linux/:$PATH tlmgr install --reinstall scheme-full
RUN wget https://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh
RUN chmod +x update-tlmgr-latest.sh
RUN ./update-tlmgr-latest.sh
RUN PATH=/usr/local/texlive/2023/bin/x86_64-linux/:$PATH tlmgr install --reinstall scheme-full
RUN apt-get update
RUN apt-get install -y python3-pip
RUN python3 -m pip install Pygments
COPY texmf.cnf /usr/local/texlive/2022/texmf.cnf
COPY texmf.cnf /usr/local/texlive/2023/texmf.cnf