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