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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 9 deletions

View File

@ -5,9 +5,7 @@ on:
branches: branches:
- main - main
paths: paths:
- images/nginx/** - images/production/**
- images/socketio/**
- images/worker/**
- overrides/** - overrides/**
- tests/** - tests/**
- compose.yaml - compose.yaml

View File

@ -5,9 +5,7 @@ on:
branches: branches:
- main - main
paths: paths:
- images/nginx/** - images/production/**
- images/socketio/**
- images/worker/**
- overrides/** - overrides/**
- tests/** - tests/**
- compose.yaml - compose.yaml
@ -19,9 +17,7 @@ on:
branches: branches:
- main - main
paths: paths:
- images/nginx/** - images/production/**
- images/socketio/**
- images/worker/**
- overrides/** - overrides/**
- tests/** - tests/**
- compose.yaml - compose.yaml

View File

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

View File

@ -14,6 +14,11 @@ RUN useradd -ms /bin/bash frappe \
vim \ vim \
nginx \ nginx \
gettext-base \ gettext-base \
# weasyprint dependencies
libpango-1.0-0 \
libharfbuzz0b \
libpangoft2-1.0-0 \
libpangocairo-1.0-0 \
# MariaDB # MariaDB
mariadb-client \ mariadb-client \
# Postgres # Postgres

View File

@ -14,6 +14,11 @@ RUN useradd -ms /bin/bash frappe \
vim \ vim \
nginx \ nginx \
gettext-base \ gettext-base \
# weasyprint dependencies
libpango-1.0-0 \
libharfbuzz0b \
libpangoft2-1.0-0 \
libpangocairo-1.0-0 \
# MariaDB # MariaDB
mariadb-client \ mariadb-client \
# Postgres # Postgres