mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
parent
a270514eb1
commit
5bef76d2a6
2 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue