Merge pull request #1507 from General-Beck/patch-13

Update CentOS Dockerfile
This commit is contained in:
Nikolay Volf 2016-07-01 00:16:09 +04:00 committed by GitHub
commit 4a60407c2a

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 && \