rustlings/.gitpod.Dockerfile
2020-07-16 13:20:14 -07:00

4 lines
81 B
Docker

FROM rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y