Search code examples
pythondockerlibgit2pygit2

Installing libgit2 and pygit2 in archlinux docker


Trying to install libgit2 and pygit2 in docker. Keep running into errors no matter how I try.

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

Thank you for any help you can provide


Solution

  • Well in case you haven't figured it out yet that line says it all:

      /bin/sh: cmake: command not found
    

    You just need

    pacman --quiet --noconfirm -S cmake