mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update texlive path
This commit is contained in:
parent
bcd1c7c4d6
commit
ff99e226bc
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ RUN echo "selected_scheme scheme-basic" >> /install-tl-unx/texlive.profile; \
|
||||||
RUN rm -r /install-tl-unx; \
|
RUN rm -r /install-tl-unx; \
|
||||||
rm install-tl-unx.tar.gz
|
rm install-tl-unx.tar.gz
|
||||||
|
|
||||||
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/texlive/2016/bin/x86_64-linux/
|
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/texlive/2017/bin/x86_64-linux/
|
||||||
RUN tlmgr install latexmk
|
RUN tlmgr install latexmk
|
||||||
RUN tlmgr install texcount
|
RUN tlmgr install texcount
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue