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.
When I use your Docker image to compile eg. librespot, it would fail to read the Git commit ID. The project uses
vergento expose that information in environment variables. Even though I mount the project's root folder as/sourceit 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.