emk / rust-musl-builder

Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries. Supports openssl and diesel crates.
Apache License 2.0
1.54k stars 193 forks source link

Add cargo deb support #94

Closed bitzl closed 4 years ago

bitzl commented 4 years ago

How could this project be improved?

This Docker image is a great basis for all our Rust CI builds, but to create debian packages, we have to maintain our own Docker image based on this one, only adding the cargo deb command. Adding cargo deb to this Docker image would enable building Debian packages right away.

If you're interested in implementing this feature yourself, how could I help you? I can provide a pull request installing the cargo deb command.

emk commented 4 years ago

Yes, I would definitely be interested in a pull request for this! It's a great idea. Thank you.