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

"go get" is broken in alpine image #241

Closed
avoskoboynik opened this issue Sep 26, 2018 · 1 comment
Closed

"go get" is broken in alpine image #241

avoskoboynik opened this issue Sep 26, 2018 · 1 comment

Comments

@avoskoboynik
Copy link

This makes alpine image useless for many tasks, including compiling/building.

Example:

alex ~> docker run -it --rm golang:1.11-alpine go get github.com/aws/aws-sdk-go
go: missing Git command. See https://golang.org/s/gogetcmd
package github.com/aws/aws-sdk-go: exec: "git": executable file not found in $PATH
alex ~> 

Same command works fine with standard image:

alex ~> docker run -it --rm golang:1.11 go get github.com/aws/aws-sdk-go
alex ~>                                                                                                                                                                                         
@tianon
Copy link
Member

tianon commented Sep 26, 2018

Duplicate of #119, #140, #153, #157, #166, #198, #209, #230, #239.

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

2 participants