make docker image smaller

This commit is contained in:
Takashi Tamura 2019-05-08 07:35:33 +09:00
parent f5791b486e
commit ffe979a39b

View File

@ -29,10 +29,10 @@ RUN npm install -g tslint typescript
# Install Tex Live
RUN apt-get update && apt-get -y upgrade
RUN apt-get -y install texlive-base texlive-latex-base texlive-math-extra
RUN apt-get -y install biber latexmk make
RUN apt-get -y install texlive-lang-chinese
RUN apt-get -y install texlive-lang-japanese
RUN apt-get -y install --no-install-recommends texlive-base texlive-latex-base texlive-math-extra
RUN apt-get -y install --no-install-recommends biber latexmk make
RUN apt-get -y install --no-install-recommends texlive-lang-chinese
RUN apt-get -y install --no-install-recommends texlive-lang-japanese
# Clean up
RUN apt-get autoremove -y \