Update Dockerfile
remove --verbose from hub build
This commit is contained in:
parent
c5cc5e30ec
commit
4fa1717a99
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user