From 007c097e38c97fed8651401c790211d013ca5818 Mon Sep 17 00:00:00 2001 From: Ryan McQuen <rpcm@linux.com> Date: Thu, 16 Jul 2020 13:19:14 -0700 Subject: [PATCH] Use rustup. --- .gitpod.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 6210873..bc15d5f 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1 +1,3 @@ FROM rust + +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh