Hello I used to generate a docker image building mattermost my self using this commands (derivated from 0.5 docker file)
go get github.com/tools/godep
cd /go/src/github.com/mattermost/platform; godep restore
Unfortunatly when I run godep I have the following error :
godep: unable to detect version control system for code.google.com/ path
Any idea how to avoid this error ?
Thanks for any clue.
Jean-Yves