Skip to content
Snippets Groups Projects
Commit bc63c23c authored by git's avatar git
Browse files

add scheme full

parent 46090116
No related branches found
No related tags found
No related merge requests found
Pipeline #176566 passed
......@@ -40,6 +40,7 @@ RUN apt-get update \
# -f Dockerfile-base -t sharelatex/sharelatex-base .
ARG TEXLIVE_MIRROR=https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2022/tlnet-final
RUN mkdir /install-tl-unx \
&& wget --quiet https://tug.org/texlive/files/texlive.asc \
&& gpg --import texlive.asc \
......@@ -54,7 +55,7 @@ RUN mkdir /install-tl-unx \
&& echo "tlpdbopt_autobackup 0" >> /install-tl-unx/texlive.profile \
&& echo "tlpdbopt_install_docfiles 0" >> /install-tl-unx/texlive.profile \
&& echo "tlpdbopt_install_srcfiles 0" >> /install-tl-unx/texlive.profile \
&& echo "selected_scheme scheme-basic" >> /install-tl-unx/texlive.profile \
&& echo "selected_scheme scheme-full" >> /install-tl-unx/texlive.profile \
\
&& /install-tl-unx/install-tl \
-profile /install-tl-unx/texlive.profile \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment