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:
parent
a270514eb1
commit
455a523205
4
.github/workflows/build_develop.yml
vendored
4
.github/workflows/build_develop.yml
vendored
@ -5,9 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- images/nginx/**
|
||||
- images/socketio/**
|
||||
- images/worker/**
|
||||
- images/production/**
|
||||
- overrides/**
|
||||
- tests/**
|
||||
- compose.yaml
|
||||
|
8
.github/workflows/build_stable.yml
vendored
8
.github/workflows/build_stable.yml
vendored
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user