fix strip in docker

This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-05-12 21:05:01 +03:00
parent e70ed61d8d
commit cd94aadffb
1 changed files with 1 additions and 1 deletions

View File

@ -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