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

Could not make until I ran godep get #5

Closed
mbbroberg opened this issue Jan 28, 2016 · 1 comment
Closed

Could not make until I ran godep get #5

mbbroberg opened this issue Jan 28, 2016 · 1 comment

Comments

@mbbroberg
Copy link

After go getting, make would break. I unfortunately deleted my terminal session and can't paste the output for you. 😞

I'm reasonably confident this is what broke because it required dependencies I got from a godep get attempt. It'd be great to have make grab dependencies. After the godep get:

make
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o lazlo .
docker build -t lazlo .
Sending build context to Docker daemon 16.83 MB
Step 1 : FROM scratch
 --->
Step 2 : ADD dockerdep/ca-certificates.crt /etc/ssl/certs/
 ---> c0b2c0e0fe48
Removing intermediate container e63f93f8ad90
Step 3 : ADD lazlo /
 ---> 9712bdaf47d4
Removing intermediate container 1c2950b6966b
Step 4 : CMD /lazlo
 ---> Running in 9804670f4f3d
 ---> ae580393fa18
Removing intermediate container 9804670f4f3d
Successfully built ae580393fa18
@mbbroberg
Copy link
Author

Not an issue as of most recent commit 👍

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

1 participant