Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试在 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