FROM golang:alpine RUN apk add git RUN go get -u git.fromouter.space/crunchy-rocks/clessy/stats ENTRYPOINT [ "stats" ]