docker-volume-backup icon indicating copy to clipboard operation
docker-volume-backup copied to clipboard

error: gpg not found on container

Open TaylorHo opened this issue 2 years ago • 0 comments

When setting GPG_PASSPHRASE environment variable, I'm unable to do the backup due to the error that the gpg is not installed on the base machine.

The error shown on the terminal is:

./backup.sh: line 79: gpg: command not found

I'm trying to do the backup manually with docker compose exec backup ./backup.sh

TaylorHo avatar Feb 19 '24 12:02 TaylorHo