Ivan Alekseevich Popov
Ivan Alekseevich Popov
If you using ubuntu, you have not internet in your docker containers out of the box. Check your /etc/resolv.conf and insert valid name server, if empty.
Same problem with govendor. In govendor and dep package directory(`vendor/github.com/qor/admin/`) does not contain `views` directory at all. Does not know why ( Workaround with `go get -u github.com/qor/admin`
Found a solution to the problem for govendor. `govendor remove github.com/qor/admin && govendor fetch github.com/qor/admin/^`