Commit 6c8686ad authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Install de qpdf pour la fusion de fichiers PDF (plus rapide que gs)

parent 75efe8d3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@ RUN apt-get upgrade -qq && \
        imagemagick \
        postgresql-client

# qpdf
ADD resources/qpdf-10.3.2.tar.gz /tmp/
RUN cd /tmp/qpdf-10.3.2 && ./configure && make && make install && make clean && ldconfig

# Saxon/C PHP module : https://www.saxonica.com/download/c.xml
# (NB : dernière version 1.2.1 non compatible PHP 8 !)
ADD resources/libsaxon-HEC-setup64-v1.2.1.zip /tmp/
+18.1 MiB

File added.

No diff preview for this file type.