diff --git a/Dockerfile b/Dockerfile index 9f3c32d..8408b39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/