diff --git a/docker/hub/Dockerfile b/docker/hub/Dockerfile index ae6ec8814..d4f5b96ee 100644 --- a/docker/hub/Dockerfile +++ b/docker/hub/Dockerfile @@ -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