Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker make failed #43

Closed
rsj123 opened this issue Apr 5, 2018 · 4 comments
Closed

docker make failed #43

rsj123 opened this issue Apr 5, 2018 · 4 comments

Comments

@rsj123
Copy link

rsj123 commented Apr 5, 2018

Step 25/25 : CMD make BINDIR=/out
---> Running in 2714364cd641
---> c456a6ca3807
Removing intermediate container 2714364cd641
Successfully built c456a6ca3807
docker run --rm --net=host -e USER_ID=0
-v /root/gocrack-master/docker/dist/gocrack:/out
-v /src/github.com/fireeye/gocrack:/go/src/github.com/fireeye/gocrack
gocrack/build
make: *** No targets specified and no makefile found. Stop.
make: *** [gocrack] Error 2

@I-Iugo
Copy link

I-Iugo commented May 16, 2018

Solved?

@mdouchement
Copy link

mdouchement commented May 18, 2018

According to the Makefile in the folder docker, you must use the Golang folders pattern:

export $GOPATH=somewhere # if not already exported

mkdir -p $GOPATH/src/github.com/fireeye
cd $GOPATH/src/github.com/fireeye
git clone https://github.com/fireeye/gocrack.git
cd gocrack/docker
make build

@I-Iugo
Copy link

I-Iugo commented May 18, 2018

Yeah thanks man!

@tankbusta
Copy link
Contributor

Sorry for the docker problems... It's just me on this project within the Company and I've had other duties in between this release and now. Q3 (starting monday) I should have some time to fix a lot of these pains when dealing with docker so stay tuned.

I'm going to go ahead and close this. If you have anymore issues please use #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants