From 76a3d5df804ad0cdf5db417a30e2a9918564c37e Mon Sep 17 00:00:00 2001 From: Dhafer Soudani Date: Fri, 22 Mar 2024 06:57:00 +0100 Subject: [PATCH] fix: add missing file package for bench restore (#1359) Co-authored-by: dhafer --- 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 \