fix: Fix gpg and less (#1321)
* 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 * 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 * fix: Update documentation update documentation to resemble current status * fix: trailing whitespace --------- Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user