From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 14 Jun 2023 22:57:13 +0000 (-0700) Subject: Adds back execute permissions to jbig2 X-Git-Tag: v1.16.0~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee88140fdd8bceb0f82db03ed723fae9a7beaf0b;p=thirdparty%2Fpaperless-ngx.git Adds back execute permissions to jbig2 --- diff --git a/Dockerfile b/Dockerfile index ea76bbd086..f96feb8049 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \