netlify / gotrue

An SWT based API for managing users and issuing SWT tokens.
https://www.gotrueapi.org
MIT License
3.88k stars 288 forks source link

Missing deps on docker #162

Closed coopergarry closed 6 years ago

coopergarry commented 6 years ago

- Do you want to request a feature or report a bug? info

- What is the current behavior? package github.com/mattn/anko/builtins: cannot find package "github.com/mattn/anko/builtins" in any of: /usr/local/go/src/github.com/mattn/anko/builtins (from $GOROOT) /go/src/github.com/mattn/anko/builtins (from $GOPATH)

- If the current behavior is a bug, please provide the steps to reproduce. docker build .

- Please mention your Go version, and operating system version. golang:1.9.2 Ubuntu 16.04.1 LTS