added pdftk and imagemagick to peepdf.docker

This commit is contained in:
Tobias Kessels
2018-12-20 13:39:09 +01:00
parent e5c6be9edc
commit a6953cb1b9

View File

@@ -8,6 +8,8 @@ RUN apt-get update && apt-get install -y \
libemu2 \ libemu2 \
pkg-config \ pkg-config \
autoconf \ autoconf \
pdftk \
imagemagick \
python-pil \ python-pil \
python-pip ; \ python-pip ; \
pip install pylibemu ; \ pip install pylibemu ; \