mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +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 frappe#1301
This commit is contained in:
parent
468b133dbc
commit
4c588fa143
1 changed files with 2 additions and 0 deletions
|
|
@ -23,8 +23,10 @@ RUN useradd -ms /bin/bash frappe \
|
||||||
libpangocairo-1.0-0 \
|
libpangocairo-1.0-0 \
|
||||||
# For backups
|
# For backups
|
||||||
restic \
|
restic \
|
||||||
|
gpg \
|
||||||
# MariaDB
|
# MariaDB
|
||||||
mariadb-client \
|
mariadb-client \
|
||||||
|
less \
|
||||||
# Postgres
|
# Postgres
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue