From cca4102985214570ea84a1973d88d7e42ada7d71 Mon Sep 17 00:00:00 2001 From: Ryan McQuen <rpcm@linux.com> Date: Thu, 16 Jul 2020 13:09:07 -0700 Subject: [PATCH] Simplify. --- .gitpod.Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 4f40375..6210873 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,3 +1 @@ -FROM gitpod/workspace-full - -RUN find / -name "install.sh" +FROM rust