Fix dockerfiles

This commit is contained in:
eikek
2022-08-12 17:30:57 +02:00
parent e42794869f
commit 7233f606af
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ RUN JDKPKG="openjdk11-jre"; \
qpdf-dev \
openssl-dev \
ocrmypdf \
&& apk add 'zlib=1.2.12-r2' \
&& apk add 'zlib=1.2.12-r3' \
&& pip3 install --upgrade pip \
&& pip3 install ocrmypdf \
&& curl -Ls $UNO_URL -o /usr/local/bin/unoconv \