Merge pull request #1855 from eikek/fix-docker-image

Fix docker image
This commit is contained in:
mergify[bot]
2022-11-19 17:54:04 +00:00
committed by GitHub

View File

@ -61,6 +61,9 @@ RUN apk update && \
&& apk del libxml2-dev libxslt-dev zlib-dev g++ python3-dev py3-pip libffi-dev qpdf-dev openssl-dev \
&& ln -nfs /usr/bin/python3 /usr/bin/python
# Special treatment for ocrmypdf. It is broken quite often
RUN apk add --no-cache py3-setuptools && ocrmypdf --version
WORKDIR /opt
RUN wget ${joex_url:-https://github.com/eikek/docspell/releases/download/v$version/docspell-joex-$version.zip} && \
unzip docspell-joex-*.zip && \