ベースイメージを安定したUbuntu 18.04に移行しようとすると、gpgキーを追加しようとすると、次のエラーが発生します。
root@77ff14f29cab:/# apt-key add apt-key.gpg
gpg: failed to start agent '/usr/bin/gpg-agent': No such file or directory
gpg: can't connect to the agent: No such file or directory
gpg: failed to start agent '/usr/bin/gpg-agent': No such file or directory
gpg: can't connect to the agent: No such file or directory
おそらくgpg-agentパッケージがありません:
gpg-agent/testing,unstable,now 2.2.5-1 AMD64 [installed,automatic]
GNU privacy guard - cryptographic agent
実行する必要があるコマンドはapt install gpg-agent
。