Go build helper script (#163)

Create a docker container and a script to call it, to help people build go plugins for use with fission.
This commit is contained in:
Soam Vasani
2017-03-27 23:26:59 -07:00
committed by GitHub
parent a13015e75a
commit a6eb4c6d31
5 changed files with 30 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM golang:1.8
ENV GOPATH /usr
RUN go get github.com/fission/fission