Skip to content

Commit

Permalink
#35 texlive full
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 28, 2023
1 parent 1ce65ce commit 8d45562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -88,7 +88,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-small" > p \
&& echo "selected_scheme scheme-full" > p \
&& perl ./install-tl --profile=p
RUN 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 8d45562

Please sign in to comment.