From cd94aadffb8857c2efae44e4d7df5c0356e5c43e Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Fri, 12 May 2017 21:05:01 +0300 Subject: [PATCH] fix strip in docker --- docker/hub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/hub/Dockerfile b/docker/hub/Dockerfile index 4e919c60..59348713 100644 --- a/docker/hub/Dockerfile +++ b/docker/hub/Dockerfile @@ -30,7 +30,7 @@ RUN apt-get update && \ git pull&& \ git checkout $BUILD_TAG && \ cargo build --verbose --release && \ - strip /build/parity/target/release/pbtc && \ + strip /build/parity-bitcoin/target/release/pbtc && \ file /build/parity-bitcoin/target/release/pbtc&&mkdir -p /pbtc-ubuntu&& \ cp /build/parity-bitcoin/target/release/pbtc /pbtc-ubuntu/pbtc-ubuntu&& \ #cleanup Docker image