From ca652082dfde01f06c8e3d4ab19d6cc9c6a1274b Mon Sep 17 00:00:00 2001 From: Jose Hugo De la cruz Romero Date: Thu, 13 Aug 2020 22:42:53 -0500 Subject: [PATCH] Fix geth Dockerfile, use git checkout instead of git pull --- evm/geth/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/geth/Dockerfile b/evm/geth/Dockerfile index 23c68c6..e490a76 100644 --- a/evm/geth/Dockerfile +++ b/evm/geth/Dockerfile @@ -10,7 +10,7 @@ RUN pip3 install durationpy jinja2 pandas # install geth RUN go get -u -v github.com/ewasm-benchmarking/go-ethereum -RUN cd /root/go/src/github.com/ewasm-benchmarking/go-ethereum && git pull origin v1.9.14-benchmarking && make all +RUN cd /root/go/src/github.com/ewasm-benchmarking/go-ethereum && git checkout origin/v1.9.14-benchmarking -b v1.9.14-benchmarking && make all RUN ln -s /root/go/src/github.com/ewasm-benchmarking/go-ethereum /go-ethereum WORKDIR /