Don't use latex full
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
KingOfDog 2023-06-30 14:14:52 +02:00
parent b2c519bed2
commit f776bfbdba

View File

@ -21,8 +21,15 @@ RUN mv pandoc-${PANDOC_VERSION}/bin/* /usr/bin/ \
&& rm -rf download
RUN apt-get install -y \
git \
texlive-full \
texlive-latex-recommended \
texlive-xetex \
texlive-science \
texlive-pictures \
biber \
texlive-bibtex-extra \
texlive-extra-utils \
python3-pygments \
python3-pip \
inkscape
RUN pip install --upgrade pygments
RUN python3 -m pip install --upgrade pygments
RUN rm -rf /var/lib/apt/lists/*