我已经在 windows 10 pro 上安装了 docker。在 git-bash 中运行以下命令时遇到问题。
docker-compose up -d –build
并得到以下错误。
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
(23) Failed writing body
Error executing command, exiting
ERROR: Service 'web' failed to build: The command '/bin/sh -c curl -sL https://deb.nodesource.com/setup_8.x | bash' returned a non-zero code: 1
原文由 Saif 发布,翻译遵循 CC BY-SA 4.0 许可协议
在你的 Dockerfile 中,首先运行这个:
或者