From 6de94a67ed670d44dc6c6522108661a37a2782e1 Mon Sep 17 00:00:00 2001
From: Oliver Walters <oliver.henry.walters@gmail.com>
Date: Mon, 10 Jul 2023 20:54:12 +1000
Subject: [PATCH] Fix pango / cairo libs

Ref: https://github.com/Kozea/WeasyPrint/issues/699
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 6e79039f2dca..61fe885f73a0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -68,7 +68,7 @@ RUN apk add --no-cache \
     # fonts
     apk --update --upgrade --no-cache add fontconfig ttf-freefont font-noto terminus-font && fc-cache -f \
     # report generation
-    poppler-units libpango-1.0-0 libpangoft2-1.0-0
+    poppler-units pango-dev cairo-dev
 
 EXPOSE 8000