Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Unable to build Docker image: cannot find package gobuffalo/validate #18

Open
ryanerwin opened this issue Dec 7, 2020 · 0 comments
Open

Comments

@ryanerwin
Copy link

Running docker build fails

docker build .

Error:

Step 8/16 : RUN go get $(go list ./... | grep -v /vendor/)
 ---> Running in a6541d3d0389
../buffalo/render/helpers.go:10:2: cannot find package "github.com/gobuffalo/tags" in any of:
        /usr/local/go/src/github.com/gobuffalo/tags (from $GOROOT)
        /go/src/github.com/gobuffalo/tags (from $GOPATH)
models/band.go:8:2: cannot find package "github.com/gobuffalo/validate" in any of:
        /usr/local/go/src/github.com/gobuffalo/validate (from $GOROOT)
        /go/src/github.com/gobuffalo/validate (from $GOPATH)
The command '/bin/sh -c go get $(go list ./... | grep -v /vendor/)' returned a non-zero code: 1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant