Skip to content

Commit

Permalink
medium texlive
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 2, 2023
1 parent b8a6b0b commit 3789da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -90,7 +90,7 @@ RUN mkdir /tmp/texlive \
&& wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip \
&& unzip ./install-tl.zip -d install-tl \
&& cd install-tl/install-tl-* \
&& echo "selected_scheme scheme-full" > p \
&& echo "selected_scheme scheme-medium" > p \
&& perl ./install-tl --profile=p \
&& ln -s $(ls /usr/local/texlive/2023/bin/) /usr/local/texlive/2023/bin/latest
ENV PATH "${PATH}:/usr/local/texlive/2023/bin/latest"
Expand Down

0 comments on commit 3789da6

Please sign in to comment.