Update Ubuntu Dockerfile
[ci skip]
This commit is contained in:
parent
673c5afd4d
commit
d3cb79833b
@ -27,7 +27,9 @@ g++ -v
|
|||||||
# build parity
|
# build parity
|
||||||
RUN git clone https://github.com/ethcore/parity && \
|
RUN git clone https://github.com/ethcore/parity && \
|
||||||
cd parity && \
|
cd parity && \
|
||||||
|
git checkout master && \
|
||||||
|
git pull && \
|
||||||
cargo build --release --verbose && \
|
cargo build --release --verbose && \
|
||||||
ls /build/parity/target/release/parity && \
|
ls /build/parity/target/release/parity && \
|
||||||
strip /build/parity/target/release/parity
|
strip /build/parity/target/release/parity
|
||||||
RUN file /build/parity/target/release/parity
|
RUN file /build/parity/target/release/parity
|
||||||
|
Loading…
Reference in New Issue
Block a user