mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
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:
parent
e5368b1ea0
commit
24975fabd5
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ RUN apk -U upgrade && \
|
|||
ghostscript \
|
||||
graphicsmagick \
|
||||
libreoffice \
|
||||
openjdk8 \
|
||||
poppler-utils \
|
||||
python3 \
|
||||
py3-magic \
|
||||
|
|
Loading…
Reference in a new issue