mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +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
|
# Build go-ethereum on the fly and delete all build tools afterwards
|
||||||
RUN \
|
RUN \
|
||||||
apk add --update go git make gcc musl-dev && \
|
apk add --update go git make gcc musl-dev && \
|
||||||
git clone https://github.com/ethersphere/go-ethereum && \
|
git clone https://github.com/ethereum/go-ethereum && \
|
||||||
(cd go-ethereum && git checkout s/sworm-rc3-update) && \
|
(cd go-ethereum && git checkout swarm) && \
|
||||||
(cd go-ethereum && make geth) && \
|
(cd go-ethereum && make geth) && \
|
||||||
cp go-ethereum/build/bin/geth /geth && \
|
cp go-ethereum/build/bin/geth /geth && \
|
||||||
apk del go git make gcc musl-dev && \
|
apk del go git make gcc musl-dev && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue