美文网首页
gnupg, gnupg2 and gnupg1 do not

gnupg, gnupg2 and gnupg1 do not

作者: tingshuo123 | 来源:发表于2019-05-16 11:11 被阅读0次

在 Docker 中 Ubuntu 添加密钥时遇到的错误

Step 4/14 : RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5
---> Running in dd67e1511194
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
The command '/bin/sh -c apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5' returned a non-zero code: 255

解决

在添加密钥之前执行
RUN apt-get update && apt-get install -y gnupg2

相关文章

网友评论

      本文标题:gnupg, gnupg2 and gnupg1 do not

      本文链接:https://www.haomeiwen.com/subject/npbbaqtx.html