alpine-node icon indicating copy to clipboard operation
alpine-node copied to clipboard

returned a non-zero code: 2

Open sp1d3rino opened this issue 4 years ago • 1 comments

When I run this Dockerfile the running stops after gpg command

gpg: directory '/root/.gnupg' created
gpg: new configuration file '/root/.gnupg/dirmngr.conf' created
gpg: new configuration file '/root/.gnupg/gpg.conf' created
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key 4C206CA9: public key "Evan Lucas <[email protected]>" imported
gpg: can't connect to the agent: IPC connect call failed
gpg: key CC11F4C8: public key "Myles Borins <[email protected]>" imported
gpg: key 7D83545D: public key "Rod Vagg <[email protected]>" imported
gpg: key 7EDE3FC1: public key "keybase.io/jasnell <[email protected]>" imported
gpg: key 4EB7990E: public key "Jeremiah Senkpiel <[email protected]>" imported
gpg: key D2306D93: public key "keybase.io/octetcloud <[email protected]>" imported
gpg: key DBE9B9C5: public key "Colin Ihrig <[email protected]>" imported
gpg: key 7E37093B: public key "Christopher Dickinson <[email protected]>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 8
gpg:               imported: 8

and I get this error

returned a non-zero code: 2

how can I solve it?

sp1d3rino avatar Apr 01 '20 18:04 sp1d3rino

This looks like an issue with your Dockerfile not this repo.

OmgImAlexis avatar Jun 04 '22 22:06 OmgImAlexis