Skip to content

Commit

Permalink
Merge pull request #2 from chainstack/feature/add-curl-to-docker
Browse files Browse the repository at this point in the history
Add curl to docker
  • Loading branch information
zaslavskii authored Mar 12, 2021
2 parents 330bd26 + 9832c68 commit 7bc5655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:stable-slim

RUN apt-get update -y && apt-get install wget -y
RUN apt-get update -y && apt-get install wget curl -y
RUN wget --no-check-certificate https://github.com/binance-chain/bsc/releases/download/v1.0.6/geth_linux && chmod 744 geth_linux && mv geth_linux /usr/local/bin/geth

ENTRYPOINT ["geth"]

0 comments on commit 7bc5655

Please sign in to comment.