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

Run go get as part of containerized version #16

Closed
lizrice opened this issue Feb 14, 2017 · 0 comments · Fixed by #17
Closed

Run go get as part of containerized version #16

lizrice opened this issue Feb 14, 2017 · 0 comments · Fixed by #17

Comments

@lizrice
Copy link
Contributor

lizrice commented Feb 14, 2017

Nice tool!

I'm looking at the containerized version and I'd like to add a step to do go get (to get the dependencies installed into the file system on the container). A very little local testing suggests this could be achieved by adding go get ./... just before the exec line in entrypoint.sh.

Happy to do a PR but I thought I'd run the idea past you first. Wdyt?

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

Successfully merging a pull request may close this issue.

1 participant