Open michaelherger opened 2 years ago
Oh, if my reading is correct, then vergen
depends on libgit2
. Which probably isn't installed in your image?
Haha... I wanted to give adding git support a try. But the Debian base image is so old, it wouldn't find any of the dependencies any more... I guess that's a "won't fix", unless somebody brings the whole image up to date.
When I use your Docker image to compile eg. librespot, it would fail to read the Git commit ID. The project uses
vergen
to expose that information in environment variables. Even though I mount the project's root folder as/source
it seems to fail to extract that information. In my own image I use to compile for other platforms I do the same volume mapping, and I don't see the same issue. I have no idea why that would happen in yours.