Commit 8d3bfd64 authored by David Mehren's avatar David Mehren
Browse files

Evil hack for hardcoded texlive 2021 path

parent e8f4b581
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -60,3 +60,5 @@ RUN touch /var/www/sharelatex/web/app/views/project/editor/review-panel.pug
# Update TeXLive
COPY --from=texlive /usr/local/texlive /usr/local/texlive
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