fix: add weasyprint dependencies (#1047)

* fix: add weasyprint dependencies

fixes #1045

* ci: fix trigger to test pr

* fix: add weasyprint deps to bench
This commit is contained in:
Revant Nandgaonkar
2023-01-17 17:12:27 +05:30
committed by GitHub
parent a270514eb1
commit 455a523205
5 changed files with 18 additions and 9 deletions

View File

@@ -18,6 +18,11 @@ RUN apt-get update \
fonts-cantarell \
xfonts-75dpi \
xfonts-base \
# weasyprint dependencies
libpango-1.0-0 \
libharfbuzz0b \
libpangoft2-1.0-0 \
libpangocairo-1.0-0 \
# to work inside the container
locales \
build-essential \