interledger / interledger-rs

An easy-to-use, high-performance Interledger implementation written in Rust
http://interledger.rs
Other
201 stars 70 forks source link

Docker build is broken #694

Closed koivunej closed 3 years ago

koivunej commented 3 years ago

In #686 I added vergen which depends on git at build time but the git is not accessible during docker build, so the snapshot binary releases are not building at the moment. Either the commit information needs to be provided to the build process with other means than git (file, env variable) or git needs to be added as a dependency inside the docker. I don't really know docker that well so cannot comment if the latter would make sense. Build time dependencies would make most sense.