Skip to content

Commit

Permalink
Add support for deck2pdf and rst2pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Frey committed May 27, 2020
1 parent a9758ec commit e0c72e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.8
LABEL maintainer="Jens Frey <[email protected]>" Version="2020-05-24"
LABEL maintainer="Jens Frey <[email protected]>" Version="2020-05-27"

ARG DEBIAN_FRONTEND=noninteractive
COPY apt-fast.conf /etc/apt-fast.conf
Expand Down Expand Up @@ -40,6 +40,8 @@ RUN python3 -m pip install -U pip && \
hovercraft \
libsass \
pysass \
deck2pdf \
rst2pdf \
Pillow \
git+https://github.com/sphinx-doc/sphinx

Expand Down

0 comments on commit e0c72e4

Please sign in to comment.