add latex, update python

This commit is contained in:
Patrick Werner 2020-05-03 19:29:49 +02:00 committed by GitHub
parent 2b04dfb4c5
commit 34c66e27b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
FROM python:3.8.1-buster
FROM python:3.8.2-buster
RUN apt update && apt upgrade -y
RUN apt install texlive-latex-base
RUN pip install pelican==4.2.0
WORKDIR /site
RUN mkdir -p /site-generated
ENTRYPOINT ["pelican", "-Dr", "-o", "/site-generated"]
ENTRYPOINT ["pelican", "-Dr", "-o", "/site-generated"]