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

Render billings

This commit is contained in:
Yohann D'ANELLO
2020-03-21 09:22:38 +01:00
parent 8ecaef0daf
commit 02ac33d143
3 changed files with 242 additions and 2 deletions

View File

@ -9,6 +9,11 @@ RUN apt update && \
apt install -y gettext nginx uwsgi uwsgi-plugin-python3 && \
rm -rf /var/lib/apt/lists/*
# Install LaTeX requirements
RUN apt update && \
apt install -y texlive-latex-extra textlive-fonts-extra && \
rm -rf /var/lib/apt/lists/*
COPY . /code/
# Comment what is not needed