update dockerfile
This commit is contained in:
parent
b95592b0d2
commit
d5b913e75a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user