mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-04-02 04:29:18 +00:00
4 lines
81 B
Docker
4 lines
81 B
Docker
FROM rust
|
|
|
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
|