container: Reinstate OpenJDK 8 dependency

Commit d7be28ec2a assumed that OpenJDK was
required for the PDFtk package, which is no longer installed in the
Dangerzone image, and thus was removed.

Turns out that while LibreOffice does not depend on OpenJDK, it may
produce corrupted PDFs if installed without it, and will not abort the
operation.

Reinstate OpenJDK to fix the issue of corrupted PDFs.

Fixes #315
This commit is contained in:
Alex Pyrgiotis 2023-01-30 17:55:12 +02:00
parent e5368b1ea0
commit 24975fabd5
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -6,6 +6,7 @@ RUN apk -U upgrade && \
ghostscript \
graphicsmagick \
libreoffice \
openjdk8 \
poppler-utils \
python3 \
py3-magic \