Install latex full
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Melora Hugues 2022-10-16 13:35:46 +02:00
parent 7e00d53a78
commit c99d4ad63e

View file

@ -20,6 +20,8 @@ ENV PATH="/usr/local/texlive/2022/bin/x86_64-linux:${PATH}"
ENV HOME /data ENV HOME /data
WORKDIR /data WORKDIR /data
RUN tlmgr install scheme-full
# Install latex packages # Install latex packages
RUN tlmgr install latexmk && \ RUN tlmgr install latexmk && \
tlmgr install fontawesome tlmgr install fontawesome