protoc-gen-go-micro/Dockerfile
2016-12-01 10:19:09 +01:00

6 lines
180 B
Docker

FROM znly/protoc
RUN apk --update add make git go rsync
COPY . /go/src/github.com/moul/protoc-gen-gotemplate
WORKDIR /go/src/github.com/moul/protoc-gen-gotemplate
RUN go install .