more latex

This commit is contained in:
Patrick Werner 2020-05-03 22:11:05 +02:00 committed by GitHub
parent 34c66e27b0
commit 592863e68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
FROM python:3.8.2-buster
RUN apt update && apt upgrade -y
RUN apt install texlive-latex-base
RUN apt install -y \
texlive-base \
texlive-latex-extra \
texlive-fonts-extra \
texlive-fonts-recommended
RUN pip install pelican==4.2.0
WORKDIR /site
RUN mkdir -p /site-generated