2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

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:
- main
paths:
- images/nginx/**
- images/socketio/**
- images/worker/**
- images/production/**
- overrides/**
- tests/**
- compose.yaml

View File

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

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 \

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