Permalink
Cannot retrieve contributors at this time
5 lines (4 sloc)
269 Bytes
|
FROM golang:1.12-alpine |
|
|
|
RUN apk add --no-cache curl git make protobuf protobuf-dev openssh |
|
RUN curl -fsSL -o /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 && chmod +x /usr/local/bin/dep |
|
RUN go get -u golang.org/x/lint/golint |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.