rustc
The Rust compiler. Rust projects usually use cargo instead of invoking rustc directly. More information: <https://doc.rust-lang.org/rustc>.
RUN apt-get update && \
apt-get install -y rustc
RUN apt-get update && \
apt-get install -y rustc
RUN apk add rust
RUN pacman -S --noconfirm rust
RUN apt-get update && \
apt-get install -y rustc
RUN dnf install -y rust
RUN apt-get update && \
apt-get install -y rustc