could not find project Gopkg.toml, use dep init to initiate a manifest
- Dominant language
- Go
- Stars
- 4k
- Forks
- 818
- Avg merge
- 1h 14m
- Merged PRs (30d)
- 1
Description
while building docker file it's gives me above error
RUN cd $GOPATH/src/github.com/linkedin/Burrow && dep ensure && go install -o /tmp/burrow .
---> Running in 415cc3d6eca5
could not find project Gopkg.toml, use dep init to initiate a manifest
can anyone help me to resolve this?
I'm using 1.9.6
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Docker build command shown in the report: cd into the Burrow source directory, run dep ensure, and then go install. Check how the repository's dependency manifest is expected to be provided, and consider the build complete when the Docker build reaches the installation step without the Gopkg.toml error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100