4 lines
78 B
Docker
4 lines
78 B
Docker
FROM rust
|
|
|
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|