bump funcmap@1.1.1

This commit is contained in:
Manfred Touron
2016-12-01 10:08:51 +01:00
parent b6d7814f97
commit 19a3db3d08
4 changed files with 25 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
FROM golang:1.7.3
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 .
ENTRYPOINT ["protoc-gen-gotemplate"]