github.com/seeker-insurance/kit@v0.0.13/dockerfiles/golang-alpine-glide (about)

     1  FROM golang:alpine
     2  
     3  RUN apk add --update --no-cache tzdata bash wget curl git ca-certificates
     4  
     5  RUN mkdir -p $$GOPATH/bin && \
     6      curl https://glide.sh/get | sh && \
     7      go get github.com/pilu/fresh