We need the french latex package
This commit is contained in:
parent
2d0ba4750c
commit
a220ca7549
3 changed files with 12 additions and 22 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue