Skip to content

Commit

Permalink
Add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
eduadiez authored Mar 15, 2021
1 parent 267f633 commit ce3b17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM nethermind/nethermind:${UPSTREAM_VERSION}

COPY entrypoint.sh /entrypoint.sh

RUN apt-get update && apt-get install -y jq moreutils && \
RUN apt-get update && apt-get install -y jq moreutils curl && \
curl -LJO https://raw.githubusercontent.com/NethermindEth/nethermind/master/src/Nethermind/Nethermind.Runner/configs/mainnet.cfg && \
curl -LJO https://raw.githubusercontent.com/NethermindEth/nethermind/master/src/Nethermind/Nethermind.Runner/configs/mainnet_beam.cfg && \
curl -LJO https://raw.githubusercontent.com/NethermindEth/nethermind/master/src/Nethermind/Nethermind.Runner/configs/mainnet_archive.cfg
Expand Down

0 comments on commit ce3b17d

Please sign in to comment.