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

Commit 3dd5efe

Browse files
JohnnySheffieldGeneral-Beck
authored andcommitted
fix dockerfile paths: parity -> parity-ethereum (#9248)
1 parent 3bc230d commit 3dd5efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/hub/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ cd /build&&git clone https://github.com/paritytech/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)