Sha256: 9ab5eb82661ec6861a2fa3496090f834c17847636a21ceab0552391f21b58db6
Contents?: true
Size: 207 Bytes
Versions: 3
Compression:
Stored size: 207 Bytes
Contents
FROM golang:alpine # install curl RUN apk update && \ apk add curl && \ apk add git && \ apk add openssh-client && \ apk add make # install Glide RUN go get -u github.com/Masterminds/glide
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
minke-generator-go-0.9.3 | Dockerfile |
minke-generator-go-0.9.2 | Dockerfile |
minke-generator-go-0.9.1 | Dockerfile |