mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
Merge 5270417f50 into 138f26c93a
This commit is contained in:
commit
a7fca5cbb6
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ ADD . /go-ethereum
|
|||
RUN \
|
||||
apk add --update git go make gcc musl-dev linux-headers && \
|
||||
(cd go-ethereum && make geth) && \
|
||||
cp go-ethereum/build/bin/geth /usr/local/bin/ && \
|
||||
cp go-ethereum/build/bin/* /usr/local/bin/ && \
|
||||
apk del git go make gcc musl-dev linux-headers && \
|
||||
rm -rf /go-ethereum && rm -rf /var/cache/apk/*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue