diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 62108739..bc15d5f2 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1 +1,3 @@ FROM rust + +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh