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

Use "ADD --chown" examples #83

Closed tofay closed 4 years ago

tofay commented 4 years ago

The dockerfile ADD instruction supports '--chown' for linux containers.

emk commented 4 years ago

Oh, this is really nice! Thank you.