在 archlinux 中安装 libgit2 和 pygit2 docker
Installing libgit2 and pygit2 in archlinux docker
正在尝试在 docker 中安装 libgit2 和 pygit2。无论我如何尝试,都将 运行 保持在错误中。
Current docker file: https://pastebin.com/jsbdqeEX
Current error: https://pastebin.com/MVHXUuxa
感谢您提供的任何帮助
好吧,如果你还没有弄明白,那一行就说明了一切:
/bin/sh: cmake: command not found
你只需要
pacman --quiet --noconfirm -S cmake
正在尝试在 docker 中安装 libgit2 和 pygit2。无论我如何尝试,都将 运行 保持在错误中。
Current docker file: https://pastebin.com/jsbdqeEX
Current error: https://pastebin.com/MVHXUuxa
感谢您提供的任何帮助
好吧,如果你还没有弄明白,那一行就说明了一切:
/bin/sh: cmake: command not found
你只需要
pacman --quiet --noconfirm -S cmake