Update Dockerfile

remove --verbose from hub build
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-02-05 02:56:19 +04:00 committed by GitHub
parent c5cc5e30ec
commit 4fa1717a99
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ g++ -v
RUN git clone https://github.com/ethcore/parity && \
cd parity && \
git pull && \
cargo build --release --features final --verbose && \
cargo build --release --features final && \
ls /build/parity/target/release/parity && \
strip /build/parity/target/release/parity