-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for deck2pdf and rst2pdf
- Loading branch information
Jens Frey
committed
May 27, 2020
1 parent
a9758ec
commit e0c72e4
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -40,6 +40,8 @@ RUN python3 -m pip install -U pip && \ | |
hovercraft \ | ||
libsass \ | ||
pysass \ | ||
deck2pdf \ | ||
rst2pdf \ | ||
Pillow \ | ||
git+https://github.com/sphinx-doc/sphinx | ||
|
||
|