mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +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
@ -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 New Issue
Block a user