From 8d3bfd64abdefcf009fb9b3a14e98c8e3b582390 Mon Sep 17 00:00:00 2001
From: David Mehren <git@herrmehren.de>
Date: Tue, 26 Apr 2022 20:49:49 +0000
Subject: [PATCH] Evil hack for hardcoded texlive 2021 path

---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 1e3fe45..a4fbc1b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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
-- 
GitLab