2 post(s) found.
Fix rustup failed with "error: linker `cc` not found" on Alpine Linux 3.17 (Rust 1.66)
Fix rustup failed with "error: linker `cc` not found" on Alpine Linux 3.13 (Rust 1.50)
Summary
Today, I made a Dockerfile for Rust development on Alpine Linux. I met the error below when installing Rust with Rustup:
... Read