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