]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Adds back execute permissions to jbig2
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 14 Jun 2023 22:57:13 +0000 (15:57 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 15 Jun 2023 14:33:19 +0000 (07:33 -0700)
Dockerfile

index ea76bbd086f8075d6f5a99d04f5a78d79a5b2136..f96feb8049d2def85d69b0467273049b18a5d272 100644 (file)
@@ -191,6 +191,7 @@ RUN set -eux \
   && echo "Installing jbig2enc" \
     && cp ./jbig2enc/${JBIG2ENC_VERSION}/${TARGETARCH}${TARGETVARIANT}/jbig2 /usr/local/bin/ \
     && cp ./jbig2enc/${JBIG2ENC_VERSION}/${TARGETARCH}${TARGETVARIANT}/libjbig2enc* /usr/local/lib/ \
+    && chmod a+x /usr/local/bin/jbig2 \
   && echo "Installing pikepdf and dependencies" \
     && python3 -m pip install --no-cache-dir ./pikepdf/${PIKEPDF_VERSION}/${TARGETARCH}${TARGETVARIANT}/*.whl \
     && python3 -m pip list \