mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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:
parent
4a1f73331f
commit
92b0a19270
@ -58,7 +58,7 @@ RUN apk add --no-cache \
|
||||
# Image format support
|
||||
libjpeg libwebp zlib \
|
||||
# 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 \
|
||||
# PostgreSQL support
|
||||
|
Loading…
Reference in New Issue
Block a user