From d94df7bd5387e821abc51067d49a8730bd740107 Mon Sep 17 00:00:00 2001
From: Ryan McQuen <rpcm@linux.com>
Date: Thu, 16 Jul 2020 13:26:23 -0700
Subject: [PATCH] Apparently rust is in /usr/local/cargo/bin.

---
 .gitpod.Dockerfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile
index 3265b8c..6210873 100644
--- a/.gitpod.Dockerfile
+++ b/.gitpod.Dockerfile
@@ -1,3 +1 @@
 FROM rust
-
-RUN curl -o rustup-init.sh --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs && sh rustup-init.sh -y