Merge pull request #1503 from General-Beck/patch-9
Update Ubuntu Dockerfile
This commit is contained in:
commit
489ddd1d6f
@ -27,6 +27,8 @@ g++ -v
|
||||
# build parity
|
||||
RUN git clone https://github.com/ethcore/parity && \
|
||||
cd parity && \
|
||||
git checkout master && \
|
||||
git pull && \
|
||||
cargo build --release --verbose && \
|
||||
ls /build/parity/target/release/parity && \
|
||||
strip /build/parity/target/release/parity
|
||||
|
Loading…
Reference in New Issue
Block a user