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
When setting
GPG_PASSPHRASEenvironment variable, I'm unable to do the backup due to the error that thegpgis not installed on the base machine.The error shown on the terminal is:
I'm trying to do the backup manually with
docker compose exec backup ./backup.sh