mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove texlive docks
This commit is contained in:
parent
1e843c52da
commit
29b2648606
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ RUN wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz; \
|
|||
tar -xvf install-tl-unx.tar.gz -C /install-tl-unx --strip-components=1
|
||||
|
||||
RUN echo "selected_scheme scheme-basic" >> /install-tl-unx/texlive.profile; \
|
||||
/install-tl-unx/install-tl -profile /install-tl-unx/texlive.profile
|
||||
/install-tl-unx/install-tl -profile /install-tl-unx/texlive.profile; \
|
||||
rm -rf /usr/local/texlive/2016/texmf-dist/doc/
|
||||
|
||||
RUN rm -r /install-tl-unx; \
|
||||
rm install-tl-unx.tar.gz
|
||||
|
|
Loading…
Reference in a new issue