use patched libreoffice version
This commit is contained in:
parent
aaaf3ffe34
commit
5afcbdbc8b
2 changed files with 6 additions and 4 deletions
|
@ -26,10 +26,11 @@ RUN apk add --no-cache \
|
||||||
tini \
|
tini \
|
||||||
bash \
|
bash \
|
||||||
curl \
|
curl \
|
||||||
openjdk17-jre \
|
openjdk17-jre && \
|
||||||
# Doc conversion
|
# Doc conversion
|
||||||
libreoffice \
|
apk add --no-cache libreoffice --repository http://dl-cdn.alpinelinux.org/alpine/edge/community && \
|
||||||
# python and pip
|
# python and pip
|
||||||
|
apk add --no-cache \
|
||||||
python3 && \
|
python3 && \
|
||||||
wget https://bootstrap.pypa.io/get-pip.py -qO - | python3 - --break-system-packages --no-cache-dir --upgrade && \
|
wget https://bootstrap.pypa.io/get-pip.py -qO - | python3 - --break-system-packages --no-cache-dir --upgrade && \
|
||||||
# uno unoconv and HTML
|
# uno unoconv and HTML
|
||||||
|
|
|
@ -8,10 +8,11 @@ RUN apk add --no-cache \
|
||||||
tini \
|
tini \
|
||||||
bash \
|
bash \
|
||||||
curl \
|
curl \
|
||||||
openjdk17-jre \
|
openjdk17-jre && \
|
||||||
# Doc conversion
|
# Doc conversion
|
||||||
libreoffice \
|
apk add --no-cache libreoffice --repository http://dl-cdn.alpinelinux.org/alpine/edge/community && \
|
||||||
# OCR MY PDF (unpaper for descew and other advanced featues)
|
# OCR MY PDF (unpaper for descew and other advanced featues)
|
||||||
|
apk add --no-cache \
|
||||||
ocrmypdf \
|
ocrmypdf \
|
||||||
tesseract-ocr-data-eng \
|
tesseract-ocr-data-eng \
|
||||||
# CV
|
# CV
|
||||||
|
|
Loading…
Reference in a new issue