]> gitweb.hhaalo.de Git - scantopdf.git/commitdiff
change dependencies in builder
authorBastian Dehn <hhaalo@arcor.de>
Thu, 14 May 2026 06:14:34 +0000 (08:14 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Thu, 14 May 2026 06:14:34 +0000 (08:14 +0200)
builder/Containerfile.template

index bb2507dd5b1a91f9246ad75102eb86def21cf9d1..7680741f8b03dce98ddff1cea9c673ee9acec4f6 100644 (file)
@@ -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