go-ethereum/Dockerfile.amd64

8 lines
189 B
Docker
Raw Normal View History

2023-03-30 18:40:53 +00:00
# Build Geth in a stock Go builder container
FROM golang:1.15.5 as builder
#RUN apk add --no-cache make gcc musl-dev linux-headers git
ADD . /go-ethereum
RUN cd /go-ethereum && make geth