Skip to content
Snippets Groups Projects
Commit 8d3bfd64 authored by David Mehren's avatar David Mehren
Browse files

Evil hack for hardcoded texlive 2021 path

parent e8f4b581
No related branches found
No related tags found
No related merge requests found
Pipeline #76966 passed
...@@ -60,3 +60,5 @@ RUN touch /var/www/sharelatex/web/app/views/project/editor/review-panel.pug ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment