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
This commit is contained in:
0xD0M1M0 2024-01-27 19:39:59 +01:00 committed by GitHub
parent 468b133dbc
commit 4c588fa143
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \