From 4c588fa1431a3ca32106ee764a8c54ea7bcba8e2 Mon Sep 17 00:00:00 2001 From: 0xD0M1M0 <76812428+0xD0M1M0@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:39:59 +0100 Subject: [PATCH] fix: Add gpg and less Add gpg so backup "bench --site yoursite.com backup --with-files --compress" does not fail if encryption is enabled Add "less": fixes frappe#1301 --- images/production/Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/production/Containerfile b/images/production/Containerfile index ac5d77af..e1cf5249 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -23,8 +23,10 @@ RUN useradd -ms /bin/bash frappe \ libpangocairo-1.0-0 \ # For backups restic \ + gpg \ # MariaDB mariadb-client \ + less \ # Postgres libpq-dev \ postgresql-client \