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

LaTeX is now a requirement (if we want to use the treasury app)

This commit is contained in:
Yohann D'ANELLO
2020-03-21 17:21:28 +01:00
parent 086bb967d5
commit b3bc30b72b
2 changed files with 6 additions and 2 deletions

View File

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