Merge pull request #1503 from General-Beck/patch-9

Update Ubuntu Dockerfile
This commit is contained in:
Nikolay Volf 2016-07-01 00:15:00 +04:00 committed by GitHub
commit 489ddd1d6f
1 changed files with 3 additions and 1 deletions

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