From 92b0a192708513b40c189e70af5b761ec3a674d6 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 10 Jul 2023 21:12:17 +1000 Subject: [PATCH] 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 567187f517..814951c6da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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