From 5fd88e046e8ac74cd316bd7cc4c14232b8de3f6b Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Sun, 29 Jul 2018 17:28:14 +0200 Subject: [PATCH] fix dockerfile paths: parity -> parity-ethereum --- docker/hub/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/hub/Dockerfile b/docker/hub/Dockerfile index 02a3e2f3bdd..eb007dc10a8 100644 --- a/docker/hub/Dockerfile +++ b/docker/hub/Dockerfile @@ -38,8 +38,8 @@ cd /build&&git clone https://github.com/paritytech/parity-ethereum && \ git pull&& \ git checkout $BUILD_TAG && \ cargo build --verbose --release --features final && \ - strip /build/parity/target/release/parity && \ - file /build/parity/target/release/parity&&mkdir -p /parity&& cp /build/parity/target/release/parity /parity&&\ + strip /build/parity-ethereum/target/release/parity && \ + file /build/parity-ethereum/target/release/parity&&mkdir -p /parity&& cp /build/parity-ethereum/target/release/parity /parity&&\ #cleanup Docker image rm -rf /root/.cargo&&rm -rf /root/.multirust&&rm -rf /root/.rustup&&rm -rf /build&&\ apt-get purge -y \