Skip to content

Commit 4440748

Browse files
committed
hotfix: remove improper verification of binary after install
1 parent 11b921f commit 4440748

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

starship/docker/chains/Dockerfile.eth-prysmctl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@ RUN ARCH=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') && \
2323
curl -LO https://github.com/prysmaticlabs/prysm/releases/download/${VERSION}/$BINARY_NAME && \
2424
chmod +x $BINARY_NAME && \
2525
mv $BINARY_NAME /usr/bin/prysmctl
26-
27-
# Verify installation
28-
RUN prysmctl --version

starship/docker/chains/Dockerfile.eth-validator

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@ RUN ARCH=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') && \
2323
curl -LO https://github.com/prysmaticlabs/prysm/releases/download/${VERSION}/$BINARY_NAME && \
2424
chmod +x $BINARY_NAME && \
2525
mv $BINARY_NAME /usr/bin/validator
26-
27-
# Verify installation
28-
RUN validator --version

0 commit comments

Comments
 (0)