Merge pull request #1507 from General-Beck/patch-13
Update CentOS Dockerfile
This commit is contained in:
commit
4a60407c2a
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user