Update Ubuntu Dockerfile

[ci skip]
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-07-01 03:07:22 +07:00 committed by GitHub
parent 673c5afd4d
commit d3cb79833b

View File

@ -27,7 +27,9 @@ 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 && \
ls /build/parity/target/release/parity && \
strip /build/parity/target/release/parity
RUN file /build/parity/target/release/parity