【问题标题】:Installing libgit2 and pygit2 in archlinux docker在 archlinux docker 中安装 libgit2 和 pygit2
【发布时间】:2017-11-05 16:32:16
【问题描述】:

尝试在 docker 中安装 libgit2 和 pygit2。无论我如何尝试,都会遇到错误。

Current docker file: https://pastebin.com/jsbdqeEX
Current error: https://pastebin.com/MVHXUuxa

感谢您提供的任何帮助

【问题讨论】:

  • Stack Overflow 是一个编程和开发问题的网站。这个问题似乎离题了,因为它与编程或开发无关。请参阅帮助中心的What topics can I ask about here。也许Unix & Linux Stack Exchange 会是一个更好的地方来询问 cmake 问题。
  • 另外,如果你可以在问题中而不是在外部网站上包含错误(或者至少是重要部分,如果它们很大的话)

标签: python docker libgit2 pygit2


【解决方案1】:

如果你还没有弄清楚,那一行说明了一切:

  /bin/sh: cmake: command not found

你只需要

pacman --quiet --noconfirm -S cmake

【讨论】:

  • 就是这个,我终于找到了。不过还是谢谢你。
猜你喜欢
  • 1970-01-01
  • 2014-02-09
  • 2022-08-15
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2021-04-24
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多