fix: add missing file package for bench restore

This commit is contained in:
dhafer 2024-03-21 17:14:30 +01:00
parent a110ce9fb3
commit 56261e903b
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@ RUN useradd -ms /bin/bash frappe \
vim \
nginx \
gettext-base \
file \
# weasyprint dependencies
libpango-1.0-0 \
libharfbuzz0b \

View file

@ -16,6 +16,7 @@ RUN useradd -ms /bin/bash frappe \
vim \
nginx \
gettext-base \
file \
# weasyprint dependencies
libpango-1.0-0 \
libharfbuzz0b \