From 56261e903b6b712b3f2bca685e2f709df01f4f1d Mon Sep 17 00:00:00 2001 From: dhafer Date: Thu, 21 Mar 2024 17:14:30 +0100 Subject: [PATCH] fix: add missing file package for bench restore --- images/custom/Containerfile | 1 + images/production/Containerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/images/custom/Containerfile b/images/custom/Containerfile index a7c0fd38..eed82e54 100644 --- a/images/custom/Containerfile +++ b/images/custom/Containerfile @@ -19,6 +19,7 @@ RUN useradd -ms /bin/bash frappe \ vim \ nginx \ gettext-base \ + file \ # weasyprint dependencies libpango-1.0-0 \ libharfbuzz0b \ diff --git a/images/production/Containerfile b/images/production/Containerfile index 65e412f8..c4eeff8b 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -16,6 +16,7 @@ RUN useradd -ms /bin/bash frappe \ vim \ nginx \ gettext-base \ + file \ # weasyprint dependencies libpango-1.0-0 \ libharfbuzz0b \