From: Bastian Dehn Date: Thu, 14 May 2026 06:14:34 +0000 (+0200) Subject: change dependencies in builder X-Git-Tag: v1.1.5^2~2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=52bc16567bba924cb2c375e8a9144389e2783fa4;p=scantopdf.git change dependencies in builder --- diff --git a/builder/Containerfile.template b/builder/Containerfile.template index bb2507d..7680741 100644 --- a/builder/Containerfile.template +++ b/builder/Containerfile.template @@ -16,14 +16,17 @@ RUN apt-get update \ bats \ bats-support \ bats-assert \ - parallel \ sane-utils \ qpdf \ - ocrmypdf \ + pdftk-java \ libtiff-tools \ - pdftk \ + ocrmypdf \ + tesseract-ocr-deu \ + qrencode \ + librsvg2-bin \ + libimage-exiftool-perl \ pdfgrep \ - exiftool \ + parallel \ && apt-get clean \ && rm --recursive --force /var/lib/apt/lists/* COPY run /app/run