Remove texlive docks

This commit is contained in:
Shane Kilkelly 2017-02-21 11:01:52 +00:00
parent 1e843c52da
commit 29b2648606

View file

@ -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