fix(Dockerfile): make build work with full texlive
This commit is contained in:
parent
1ea6f37952
commit
dca18ddb90
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue