mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Merge pull request #1863 from eikek/docker-remove-zlib
Remove explicit install of zlib
This commit is contained in:
@ -53,7 +53,6 @@ RUN apk update && \
|
|||||||
qpdf-dev \
|
qpdf-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
ocrmypdf \
|
ocrmypdf \
|
||||||
&& apk add 'zlib=1.2.12-r3' \
|
|
||||||
&& 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 \
|
||||||
|
@ -5,8 +5,7 @@ ARG restserver_url=
|
|||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add --no-cache openjdk17-jre bash tzdata curl && \
|
apk add --no-cache openjdk17-jre bash tzdata curl
|
||||||
apk add 'zlib=1.2.12-r3'
|
|
||||||
|
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
RUN curl -L -O ${restserver_url:-https://github.com/eikek/docspell/releases/download/v$version/docspell-restserver-$version.zip} && \
|
RUN curl -L -O ${restserver_url:-https://github.com/eikek/docspell/releases/download/v$version/docspell-restserver-$version.zip} && \
|
||||||
|
Reference in New Issue
Block a user