From 5bef76d2a6ec3a0cc8fae169b31108217f1ce27b Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Tue, 17 Jan 2023 16:35:56 +0530 Subject: [PATCH] fix: add weasyprint dependencies fixes #1045 --- images/custom/Containerfile | 5 +++++ images/production/Containerfile | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/images/custom/Containerfile b/images/custom/Containerfile index 66260330..7695c25a 100644 --- a/images/custom/Containerfile +++ b/images/custom/Containerfile @@ -14,6 +14,11 @@ RUN useradd -ms /bin/bash frappe \ vim \ nginx \ gettext-base \ + # weasyprint dependencies + libpango-1.0-0 \ + libharfbuzz0b \ + libpangoft2-1.0-0 \ + libpangocairo-1.0-0 \ # MariaDB mariadb-client \ # Postgres diff --git a/images/production/Containerfile b/images/production/Containerfile index a3ba9167..e975349d 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -14,6 +14,11 @@ RUN useradd -ms /bin/bash frappe \ vim \ nginx \ gettext-base \ + # weasyprint dependencies + libpango-1.0-0 \ + libharfbuzz0b \ + libpangoft2-1.0-0 \ + libpangocairo-1.0-0 \ # MariaDB mariadb-client \ # Postgres