diff --git a/Dockerfile-lite b/Dockerfile-lite index e4a36ec4..7784d303 100644 --- a/Dockerfile-lite +++ b/Dockerfile-lite @@ -26,10 +26,11 @@ RUN apk add --no-cache \ tini \ bash \ curl \ - openjdk17-jre \ + openjdk17-jre && \ # Doc conversion - libreoffice \ + apk add --no-cache libreoffice --repository http://dl-cdn.alpinelinux.org/alpine/edge/community && \ # python and pip + apk add --no-cache \ python3 && \ wget https://bootstrap.pypa.io/get-pip.py -qO - | python3 - --break-system-packages --no-cache-dir --upgrade && \ # uno unoconv and HTML diff --git a/DockerfileBase b/DockerfileBase index 06832347..fec16f9b 100644 --- a/DockerfileBase +++ b/DockerfileBase @@ -8,10 +8,11 @@ RUN apk add --no-cache \ tini \ bash \ curl \ - openjdk17-jre \ + openjdk17-jre && \ # 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) + apk add --no-cache \ ocrmypdf \ tesseract-ocr-data-eng \ # CV