mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
@ -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 \
|
&& 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
|
&& 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
|
WORKDIR /opt
|
||||||
RUN wget ${joex_url:-https://github.com/eikek/docspell/releases/download/v$version/docspell-joex-$version.zip} && \
|
RUN wget ${joex_url:-https://github.com/eikek/docspell/releases/download/v$version/docspell-joex-$version.zip} && \
|
||||||
unzip docspell-joex-*.zip && \
|
unzip docspell-joex-*.zip && \
|
||||||
|
Reference in New Issue
Block a user