Fix missing continuation line

This commit is contained in:
Eric Kidd 2016-11-25 07:52:24 -05:00
parent 2d81e683fc
commit ee2ab52448

View file

@ -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 # 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 # `--target` to musl so that our users don't need to keep overriding it
# manually. # manually.
RUN curl https://sh.rustup.rs -sSf | RUN curl https://sh.rustup.rs -sSf | \
sh -s -- -y \ sh -s -- -y \
--default-toolchain $TOOLCHAIN \ --default-toolchain $TOOLCHAIN \
--default-target x86_64-unknown-linux-musl --default-target x86_64-unknown-linux-musl