fix: add weasyprint dependencies

fixes #1045
This commit is contained in:
Revant Nandgaonkar 2023-01-17 16:35:56 +05:30
parent a270514eb1
commit 5bef76d2a6
2 changed files with 10 additions and 0 deletions

View file

@ -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

View file

@ -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