提交 87b8254d 编写于 作者: N Nick Johnson 提交者: Jeffrey Wilcke

Dockerfile: Add git dependency to Dockerfile (#3295)

上级 20eab801
......@@ -2,10 +2,10 @@ FROM alpine:3.3
ADD . /go-ethereum
RUN \
apk add --update go make gcc musl-dev && \
apk add --update git go make gcc musl-dev && \
(cd go-ethereum && make geth) && \
cp go-ethereum/build/bin/geth /geth && \
apk del go make gcc musl-dev && \
apk del git go make gcc musl-dev && \
rm -rf /go-ethereum && rm -rf /var/cache/apk/*
EXPOSE 8545
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册