mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-10 14:03:46 +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 \
|
RUN \
|
||||||
apk add --update git go make gcc musl-dev linux-headers && \
|
apk add --update git go make gcc musl-dev linux-headers && \
|
||||||
(cd go-ethereum && make geth) && \
|
(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 && \
|
apk del git go make gcc musl-dev linux-headers && \
|
||||||
rm -rf /go-ethereum && rm -rf /var/cache/apk/*
|
rm -rf /go-ethereum && rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue