Evil hack for hardcoded texlive 2021 path

This commit is contained in:
David Mehren 2022-04-26 20:49:49 +00:00
parent e8f4b581d9
commit 8d3bfd64ab
1 changed files with 2 additions and 0 deletions

View File

@ -60,3 +60,5 @@ RUN touch /var/www/sharelatex/web/app/views/project/editor/review-panel.pug
# Update TeXLive # Update TeXLive
COPY --from=texlive /usr/local/texlive /usr/local/texlive COPY --from=texlive /usr/local/texlive /usr/local/texlive
RUN tlmgr path add RUN tlmgr path add
# Evil hack for hardcoded texlive 2021 path
RUN rm -r /usr/local/texlive/2021 && ln -s /usr/local/texlive/2022 /usr/local/texlive/2021