mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
containers/docker: source for swarm updated
This commit is contained in:
parent
71807f3cc5
commit
5db16de80c
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ FROM alpine:3.3
|
|||
# Build go-ethereum on the fly and delete all build tools afterwards
|
||||
RUN \
|
||||
apk add --update go git make gcc musl-dev && \
|
||||
git clone https://github.com/ethersphere/go-ethereum && \
|
||||
(cd go-ethereum && git checkout s/sworm-rc3-update) && \
|
||||
git clone https://github.com/ethereum/go-ethereum && \
|
||||
(cd go-ethereum && git checkout swarm) && \
|
||||
(cd go-ethereum && make geth) && \
|
||||
cp go-ethereum/build/bin/geth /geth && \
|
||||
apk del go git make gcc musl-dev && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue