Update Dockerfile to include unpaper and poppler-utils

Added unpaper and poppler-utils to the Dockerfile.
This commit is contained in:
Ludy
2025-11-12 10:03:21 +01:00
committed by GitHub
parent b3afb90233
commit 6d21de7f66

View File

@@ -84,13 +84,13 @@ RUN --mount=type=cache,target=/var/cache/apk \
ffmpeg \
# Doc conversion
gcompat \
libc6-compat
libc6-compat \
unpaper \
poppler-utils
RUN --mount=type=cache,target=/var/cache/apk \
apk add --no-cache \
libreoffice \
# pdftohtml
poppler-utils
libreoffice
RUN --mount=type=cache,target=/var/cache/apk \
apk add --no-cache \