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