ajout de libfontconfig, semble nécessaire pour les pdfs

This commit is contained in:
root 2017-12-27 10:12:39 +01:00
parent 7306aafde7
commit f98e6cd52e

View File

@ -4,7 +4,7 @@ MAINTAINER "Julien Cabillot <dockerimages@cabillot.eu>"
ENV DEBIAN_FRONTEND="noninteractive"
RUN apt-get -qq update && \
apt-get -qqy install wget python xz-utils xvfb && \
apt-get -qqy install wget python xz-utils xvfb libfontconfig && \
wget -nv -O- https://download.calibre-ebook.com/linux-installer.py | python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()" && \
apt-get -qqy remove --purge wget xz-utils && \
apt-get -qqy autoremove --purge && \