mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-02-17 13:52:14 +01:00
Update Dockerfile to include unpaper and poppler-utils
Added unpaper and poppler-utils to the Dockerfile.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user