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