mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Fix packages in dockerfile
This commit is contained in:
parent
b85ae1063e
commit
f626f684d5
@ -53,7 +53,7 @@ RUN JDKPKG="openjdk11-jre"; \
|
|||||||
qpdf-dev \
|
qpdf-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
ocrmypdf \
|
ocrmypdf \
|
||||||
&& apk add 'zlib=1.2.12-r1' \
|
&& apk add 'zlib=1.2.12-r2' \
|
||||||
&& pip3 install --upgrade pip \
|
&& pip3 install --upgrade pip \
|
||||||
&& pip3 install ocrmypdf \
|
&& pip3 install ocrmypdf \
|
||||||
&& curl -Ls $UNO_URL -o /usr/local/bin/unoconv \
|
&& curl -Ls $UNO_URL -o /usr/local/bin/unoconv \
|
||||||
|
@ -8,7 +8,7 @@ RUN JDKPKG="openjdk11-jre"; \
|
|||||||
if [[ $TARGETPLATFORM = linux/arm* ]]; then JDKPKG="openjdk8-jre"; fi; \
|
if [[ $TARGETPLATFORM = linux/arm* ]]; then JDKPKG="openjdk8-jre"; fi; \
|
||||||
apk update && \
|
apk update && \
|
||||||
apk add --no-cache $JDKPKG bash tzdata && \
|
apk add --no-cache $JDKPKG bash tzdata && \
|
||||||
apk add 'zlib=1.2.12-r1'
|
apk add 'zlib=1.2.12-r2'
|
||||||
|
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
RUN wget ${restserver_url:-https://github.com/eikek/docspell/releases/download/v$version/docspell-restserver-$version.zip} && \
|
RUN wget ${restserver_url:-https://github.com/eikek/docspell/releases/download/v$version/docspell-restserver-$version.zip} && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user