Skip to content

Commit

Permalink
#45 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 14, 2024
1 parent 2db1450 commit e333294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -96,7 +96,7 @@ RUN mkdir /tmp/texlive \
&& perl ./install-tl --profile=p \
&& ln -s $(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/) /usr/local/texlive/${TEXLIVE_YEAR}/bin/latest
ENV PATH "${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest"
RUN echo 'export PATH=${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest' >> /root/.profile \
RUN echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile \
&& tlmgr init-usertree \
&& tlmgr install texliveonfly \
&& pdflatex --version \
Expand Down

0 comments on commit e333294

Please sign in to comment.