Open ygaeon opened 1 year ago
Same as in https://github.com/shenxn/protonmail-bridge-docker/issues/7 but different image. Your fix at that time https://github.com/shenxn/protonmail-bridge-docker/pull/9/commits/790889314ed84c163db82626a5b22a6d331fdbfb set ubuntu:bionic, however, currently it seems to be ubuntu:jammy?
ubuntu:bionic
ubuntu:jammy
# podman run --rm -it --name=protonmail-bridge --publish 1025:25/tcp --publish 1143:143/tcp --volume protonmail:/root shenxn/protonmail-bridge:3.2.0-1 init + [[ init == init ]] + gpg --generate-key --batch /protonmail/gpgparams gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: Generating a basic OpenPGP key gpg: can't connect to the agent: End of file gpg: agent_genkey failed: No agent running gpg: key generation failed: No agent running gpg: done
# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye
Same as in https://github.com/shenxn/protonmail-bridge-docker/issues/7 but different image. Your fix at that time https://github.com/shenxn/protonmail-bridge-docker/pull/9/commits/790889314ed84c163db82626a5b22a6d331fdbfb set
ubuntu:bionic
, however, currently it seems to beubuntu:jammy
?