Update CentOS Dockerfile

[ci skip]
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-07-01 03:10:58 +07:00 committed by GitHub
parent 673c5afd4d
commit 90a4475f52
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ g++ -v
# build parity
RUN git clone https://github.com/ethcore/parity && \
cd parity&&\
git checkout master && \
git pull && \
ls -a&&\
cargo build --release --verbose && \
ls /build/parity/target/release/parity && \