fix: add missing file package for bench restore (#1359)

Co-authored-by: dhafer <dhafer.souadni@ensi-uma.tn>
This commit is contained in:
Dhafer Soudani
2024-03-22 06:57:00 +01:00
committed by GitHub
parent 530615fee3
commit 76a3d5df80
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 \