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/