Docker: add missing reporting libs (#5213)

* Docker: add missing reporting libs

* Fix pango / cairo libs

Ref: https://github.com/Kozea/WeasyPrint/issues/699

* Move to where it will actually do something

* Remove continuation

* Remove dev packages
This commit is contained in:
Oliver 2023-07-10 21:12:17 +10:00 committed by GitHub
parent 4a1f73331f
commit 92b0a19270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ RUN apk add --no-cache \
# Image format support # Image format support
libjpeg libwebp zlib \ libjpeg libwebp zlib \
# Weasyprint requirements : https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#alpine-3-12 # Weasyprint requirements : https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#alpine-3-12
py3-pip py3-pillow py3-cffi py3-brotli pango \ py3-pip py3-pillow py3-cffi py3-brotli pango poppler-utils \
# SQLite support # SQLite support
sqlite \ sqlite \
# PostgreSQL support # PostgreSQL support