mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fix: add missing file package for bench restore (#1359)
Co-authored-by: dhafer <dhafer.souadni@ensi-uma.tn>
This commit is contained in:
parent
530615fee3
commit
76a3d5df80
2 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ RUN useradd -ms /bin/bash frappe \
|
|||
vim \
|
||||
nginx \
|
||||
gettext-base \
|
||||
file \
|
||||
# weasyprint dependencies
|
||||
libpango-1.0-0 \
|
||||
libharfbuzz0b \
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ RUN useradd -ms /bin/bash frappe \
|
|||
vim \
|
||||
nginx \
|
||||
gettext-base \
|
||||
file \
|
||||
# weasyprint dependencies
|
||||
libpango-1.0-0 \
|
||||
libharfbuzz0b \
|
||||
|
|
|
|||
Loading…
Reference in a new issue