mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Try build qpdf on arm64
This commit is contained in:
@@ -74,7 +74,7 @@ RUN apt-get update \
|
||||
git \
|
||||
zlib1g-dev \
|
||||
libjpeg62-turbo-dev \
|
||||
&& if [ "$(uname -m)" = "armv7l" ]; \
|
||||
&& if [ "$(uname -m)" = "armv7l" ] || [ "$(uname -m)" = "arm64" ]; \
|
||||
then echo "Building qpdf" \
|
||||
&& mkdir -p /usr/src/qpdf \
|
||||
&& cd /usr/src/qpdf \
|
||||
|
Reference in New Issue
Block a user