flipperzero-rs / flipperzero

Rust on the Flipper Zero
MIT License
499 stars 32 forks source link

tools: Change `Dockerfile` to not use Debian for generating bindings #72

Closed str4d closed 1 year ago

str4d commented 1 year ago

Per the analysis in https://github.com/flipperzero-rs/flipperzero/pull/70#discussion_r1199723419, Debian is the cause of the differences in generated bindings vs other platforms. For greater consistency, we should move away from using Debian in the Dockerfile introduced in #62.