Skip to content

Commit

Permalink
Update etb-all-clients_minimal_inst.Dockerfile
Browse files Browse the repository at this point in the history
executable name change NethermindEth/nethermind#5908
  • Loading branch information
qu0b authored Aug 4, 2023
1 parent 8550057 commit 80638d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN ln -s /opt/besu/bin/besu /usr/local/bin/besu

COPY --from=nethermind_builder /nethermind/ /nethermind/
COPY --from=nethermind_builder /nethermind.version /nethermind.version
RUN ln -s /nethermind/Nethermind.Runner /usr/local/bin/nethermind
RUN ln -s /nethermind/nethermind /usr/local/bin/nethermind

COPY --from=lh_builder /usr/local/bin/lighthouse /usr/local/bin/lighthouse
COPY --from=lh_builder /lighthouse.version /lighthouse.version
Expand All @@ -47,4 +47,4 @@ COPY --from=ls_builder /git/lodestar /git/lodestar
COPY --from=ls_builder /lodestar.version /lodestar.version
RUN ln -s /git/lodestar/node_modules/.bin/lodestar /usr/local/bin/lodestar

ENTRYPOINT ["/bin/bash"]
ENTRYPOINT ["/bin/bash"]

0 comments on commit 80638d8

Please sign in to comment.