From 75bf123ec32f20cf9a6ca9737aeeb4dc6f7e08ef Mon Sep 17 00:00:00 2001 From: Ryan McQuen Date: Thu, 16 Jul 2020 13:22:10 -0700 Subject: [PATCH] Save file so we can pass arguments. --- .gitpod.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 0e1c1ba9..fed2f2b8 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 -y +RUN curl -O --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs && sh rustup-init.sh -y