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
|
# install rustup
|
||||||
RUN curl -sSf https://static.rust-lang.org/rustup.sh -o rustup.sh &&\
|
RUN curl -sSf https://static.rust-lang.org/rustup.sh -o rustup.sh &&\
|
||||||
ls&&\
|
ls&&\
|
||||||
sh rustup.sh -s -- --disable-sudo
|
sh rustup.sh --disable-sudo
|
||||||
# show backtraces
|
# show backtraces
|
||||||
ENV RUST_BACKTRACE 1
|
ENV RUST_BACKTRACE 1
|
||||||
# set compiler
|
# set compiler
|
||||||
|
Loading…
Reference in New Issue
Block a user