This commit is contained in:
Ayaz Salikhov
2021-09-04 16:07:10 +03:00
committed by GitHub
parent 97436b0122
commit 7a7f2ceaa4

View File

@@ -30,7 +30,7 @@ RUN apt-get update --yes && \
# https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex # https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex
texlive-xetex \ texlive-xetex \
texlive-fonts-recommended \ texlive-fonts-recommended \
texlive-latex-recommended && \ texlive-plain-generic && \
apt-get clean && rm -rf /var/lib/apt/lists/* apt-get clean && rm -rf /var/lib/apt/lists/*
# Create alternative for nano -> nano-tiny # Create alternative for nano -> nano-tiny