1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

We need the french latex package

This commit is contained in:
Yohann D'ANELLO
2020-03-21 17:54:08 +01:00
parent 2d0ba4750c
commit a220ca7549
3 changed files with 12 additions and 22 deletions

View File

@ -11,7 +11,7 @@ RUN apt update && \
# Install LaTeX requirements
RUN apt update && \
apt install -y texlive-latex-extra texlive-fonts-extra && \
apt install -y texlive-latex-extra texlive-fonts-extra texlive-lang-french && \
rm -rf /var/lib/apt/lists/*
COPY . /code/