From 81c449fc99e6b4b5208a0be2df4d0781866962d0 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Fri, 28 Apr 2017 01:17:20 +0300 Subject: [PATCH] update CentOS dockerfile https://github.com/paritytech/parity/issues/5463 --- docker/centos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/centos/Dockerfile b/docker/centos/Dockerfile index d765c1516..a4b98e9d6 100644 --- a/docker/centos/Dockerfile +++ b/docker/centos/Dockerfile @@ -6,7 +6,7 @@ RUN yum -y update&& \ # install rustup RUN curl -sSf https://static.rust-lang.org/rustup.sh -o rustup.sh &&\ ls&&\ - sh rustup.sh -s -- --disable-sudo + sh rustup.sh --disable-sudo # show backtraces ENV RUST_BACKTRACE 1 # set compiler