From ee2ab52448ae20bda78b2e70cc613e04d9e771dd Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Fri, 25 Nov 2016 07:52:24 -0500 Subject: [PATCH] Fix missing continuation line --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f193ef0..057331f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ ENV PATH=/home/rust/.cargo/bin:/usr/local/musl/bin:/usr/local/bin:/usr/bin:/bin # interact with the user or fool around with TTYs. We also set the default # `--target` to musl so that our users don't need to keep overriding it # manually. -RUN curl https://sh.rustup.rs -sSf | +RUN curl https://sh.rustup.rs -sSf | \ sh -s -- -y \ --default-toolchain $TOOLCHAIN \ --default-target x86_64-unknown-linux-musl