Updates to qpdf 11.1, pikepdf 6 and OCRMyPDF 14

This commit is contained in:
Trenton H
2022-09-12 20:40:57 -07:00
parent 74c1a99545
commit 520d5f38ab
6 changed files with 54 additions and 55 deletions

View File

@@ -60,7 +60,7 @@ RUN set -eux \
&& apt-get update --quiet \
&& apt-get install --yes --quiet --no-install-recommends ${BUILD_PACKAGES} \
&& echo "Installing qpdf" \
&& dpkg --install libqpdf28_*.deb \
&& dpkg --install libqpdf29_*.deb \
&& dpkg --install libqpdf-dev_*.deb \
&& echo "Installing Python tools" \
&& python3 -m pip install --no-cache-dir --upgrade \