protoc-gen-go-micro/Dockerfile

6 lines
180 B
Docker
Raw Normal View History

2016-12-01 12:08:51 +03:00
FROM znly/protoc
RUN apk --update add make git go rsync
2016-11-06 22:30:15 +03:00
COPY . /go/src/github.com/moul/protoc-gen-gotemplate
WORKDIR /go/src/github.com/moul/protoc-gen-gotemplate
RUN go install .