Commit 759f84e2 authored by nimrod's avatar nimrod
Browse files

Replace pdftk with qpdf.

pdftk is now pdftk-java which drags in the JRE and makes the image even
bigger (and startup times longer). Use qpdf instead.
parent a8c6cc2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ RUN apt-get update && \
        lmodern \
        make \
        pandoc \
        pdftk \
        texlive-extra-utils \
        texlive-fonts-extra \
        texlive-fonts-recommended \
@@ -29,6 +28,7 @@ RUN apt-get update && \
        texlive-luatex \
        texlive-publishers \
        texlive-xetex \
        qpdf \
    && \
    rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*
ADD [ "https://www.shore.co.il/blog/static/runas", "/entrypoint" ]