rust-cross / rust-musl-cross

Docker images for compiling static Rust binaries using musl-cross
MIT License
617 stars 68 forks source link

Add static linking of popular libraries #106

Closed SamTV12345 closed 1 year ago

SamTV12345 commented 1 year ago

It would be awesome to also link postgres, sqlite and mysql and other libraries statically so I can build a docker image that only contains the app itself. You can inspire yourself here https://github.com/BlackDex/rust-musl

messense commented 1 year ago

Sorry, it's non-goal for this project.