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:
@@ -0,0 +1,5 @@
|
||||
FROM golang:1.8
|
||||
|
||||
ENV GOPATH /usr
|
||||
RUN go get github.com/fission/fission
|
||||
|
||||
Reference in New Issue
Block a user