Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 771ea47

Browse files
General-Beckandresilva
authored andcommitted
Update Dockerfile (#9242)
* Update Dockerfile fix Docker build * fix dockerfile paths: parity -> parity-ethereum (#9248)
1 parent c54beba commit 771ea47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/hub/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ RUN apt-get update && \
3434
RUST_BACKTRACE=1 && \
3535
# build parity
3636
cd /build&&git clone https://github.com/paritytech/parity-ethereum && \
37-
cd parity && \
37+
cd parity-ethereum&& \
3838
git pull&& \
3939
git checkout $BUILD_TAG && \
4040
cargo build --verbose --release --features final && \
41-
strip /build/parity/target/release/parity && \
42-
file /build/parity/target/release/parity&&mkdir -p /parity&& cp /build/parity/target/release/parity /parity&&\
41+
strip /build/parity-ethereum/target/release/parity && \
42+
file /build/parity-ethereum/target/release/parity&&mkdir -p /parity&& cp /build/parity-ethereum/target/release/parity /parity&&\
4343
#cleanup Docker image
4444
rm -rf /root/.cargo&&rm -rf /root/.multirust&&rm -rf /root/.rustup&&rm -rf /build&&\
4545
apt-get purge -y \

0 commit comments

Comments
 (0)