Skip to content
Snippets Groups Projects
Verified Commit 58141013 authored by David Mehren's avatar David Mehren
Browse files

Update TeXLive from texlive/texlive docker image

parent afc785d6
No related branches found
No related tags found
No related merge requests found
...@@ -6,11 +6,7 @@ RUN mkdir /src && cd /src && curl "$LDAP_PLUGIN_URL" | tar -xzf - --strip-compon ...@@ -6,11 +6,7 @@ RUN mkdir /src && cd /src && curl "$LDAP_PLUGIN_URL" | tar -xzf - --strip-compon
RUN ls /src RUN ls /src
RUN sysctl fs.file-max && lsof |wc -l && ulimit -n RUN sysctl fs.file-max && lsof |wc -l && ulimit -n
FROM $BASE as texlive-update FROM $BASE as app
RUN tlmgr update --self --all && tlmgr install scheme-full
FROM texlive-update as app
# passed from .env (via make) # passed from .env (via make)
ARG collab_text ARG collab_text
...@@ -54,3 +50,6 @@ RUN rm /var/www/sharelatex/web/app/views/admin/register.pug ...@@ -54,3 +50,6 @@ RUN rm /var/www/sharelatex/web/app/views/admin/register.pug
#RUN rm /var/www/sharelatex/web/app/views/project/editor/review-panel.pug #RUN rm /var/www/sharelatex/web/app/views/project/editor/review-panel.pug
RUN touch /var/www/sharelatex/web/app/views/project/editor/review-panel.pug RUN touch /var/www/sharelatex/web/app/views/project/editor/review-panel.pug
# Update TeXLive
COPY --from=registry.gitlab.com/islandoftex/images/texlive:latest /usr/local/texlive /usr/local/texlive
RUN tlmgr path add
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment