veecle / tricore-probe

Just like probe-run but targeting the Tricore-Architecture
Apache License 2.0
20 stars 5 forks source link

Switch to single multi-stage Dockerfile #27

Closed arctic-alpaca closed 3 months ago

arctic-alpaca commented 4 months ago

A single multi-stage Dockerfile with caching (via cargo-chef) makes building the Docker container a single-step process. This PR also updates all of the dependencies in the Dockerfile and adapts the README.md to the changed build process.

Based on https://github.com/veecle/tricore-probe/pull/26, which needs to be merged first.