Commit dca18ddb authored by Sven Feyerabend's avatar Sven Feyerabend
Browse files

fix(Dockerfile): make build work with full texlive

parent 1ea6f379
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ ARG login_text
# set workdir (might solve issue #2 - see https://stackoverflow.com/questions/57534295/)
WORKDIR /var/www/sharelatex/web

RUN tlmgr update --self --all && tlmgr install scheme-full

# install latest npm
RUN npm install -g npm
# clean cache (might solve issue #2)
@@ -30,8 +32,6 @@ RUN apt-get update
RUN apt-get -y install python-pygments
#RUN apt-get -y install texlive texlive-lang-german texlive-latex-extra

RUN tlmgr update --self && tlmgr install scheme-full

# overwrite some files
COPY --from=src /src/ldap-overleaf-sl/sharelatex/AuthenticationManager.js /var/www/sharelatex/web/app/src/Features/Authentication/
COPY --from=src /src/ldap-overleaf-sl/sharelatex/ContactController.js /var/www/sharelatex/web/app/src/Features/Contacts/