From 468b133dbc6111dd57640d5008a1cad342f3d810 Mon Sep 17 00:00:00 2001 From: 0xD0M1M0 <76812428+0xD0M1M0@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:37:33 +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 #1301 --- images/custom/Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/custom/Containerfile b/images/custom/Containerfile index 9aeecaa8..bc9d39bb 100644 --- a/images/custom/Containerfile +++ b/images/custom/Containerfile @@ -26,8 +26,10 @@ RUN useradd -ms /bin/bash frappe \ libpangocairo-1.0-0 \ # For backups restic \ + gpg \ # MariaDB mariadb-client \ + less \ # Postgres libpq-dev \ postgresql-client \