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 \
|
||||
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 a new issue