Seems this is needed for default pdf rendering

This commit is contained in:
Alex Wright 2018-11-04 11:54:59 +01:00
parent 6ab652d3b8
commit 677076e020
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ RUN apt-get update && \
texlive-latex-base \ texlive-latex-base \
texlive-latex-base \ texlive-latex-base \
texlive-fonts-recommended \ texlive-fonts-recommended \
texlive-latex-extra texlive-latex-extra \
lmodern
WORKDIR /app WORKDIR /app
COPY ./requirements.txt /app/requirements.txt COPY ./requirements.txt /app/requirements.txt
RUN pip install -r requirements.txt RUN pip install -r requirements.txt