Newer
Older
FROM golang:1.15-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers git
Nick Johnson
committed
# next 2 lines helping utilize docker cache
FROM alpine:3
Nick Johnson
committed
RUN apk add --no-cache ca-certificates
Nick Johnson
committed
EXPOSE 8545 8546 8547 30303 30303/udp 8080 9090 6060