You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that an upstream change to the alpine container has caused git to no longer come pre-installed. This has broken go within the golang:1-alpine image, as it uses git to implement go get, and presumably other commands. The Dockerfile-alpine.template should be updated to ensure git is installed.
The text was updated successfully, but these errors were encountered:
klmitch
added a commit
to klmitch/golang
that referenced
this issue
Oct 27, 2020
Apparently, a recent update to the upstream alpine image has resulted in
git no longer being installed by default in the alpine container image.
This commit ensures that git is installed.
Closes issue docker-library#346
It appears that an upstream change to the
alpine
container has causedgit
to no longer come pre-installed. This has broken go within thegolang:1-alpine
image, as it usesgit
to implementgo get
, and presumably other commands. TheDockerfile-alpine.template
should be updated to ensuregit
is installed.The text was updated successfully, but these errors were encountered: