mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
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
This commit is contained in:
parent
220db20347
commit
468b133dbc
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue