update CentOS dockerfile
https://github.com/paritytech/parity/issues/5463
This commit is contained in:
parent
1ed0fedfd5
commit
81c449fc99
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user