mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
fix: add weasyprint deps to bench
This commit is contained in:
parent
46f5d5d9b1
commit
705067aae8
1 changed files with 5 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue