Render billings
This commit is contained in:
parent
8ecaef0daf
commit
02ac33d143
3 changed files with 242 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue