mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add poppler-data package due to missing fonts
Some documents were reporting the following error when running them over pdftoppm: Syntax Error: Missing language pack for 'Adobe-Japan1' mapping This did not necessarily make the document fail but it could be that some fonts were not properly rendered due to the missing package.
This commit is contained in:
parent
9bf65bc829
commit
dbd0450542
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ RUN apk -U upgrade && \
|
|||
libreoffice \
|
||||
openjdk8 \
|
||||
poppler-utils \
|
||||
poppler-data \
|
||||
python3 \
|
||||
py3-magic \
|
||||
tesseract-ocr \
|
||||
|
|
Loading…
Reference in a new issue