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
Problem:
Error when calling docker build -t perun-polkadot-demo .
#12 4.447 go: missing Git command. See https://golang.org/s/gogetcmd
#12 4.447 error obtaining VCS status: exec: "git": executable file not found in $PATH
#12 4.447 Use -buildvcs=false to disable VCS stamping.
Problem:
Error when calling
docker build -t perun-polkadot-demo .
Reason:
go 1.18's alpine image does not contain the git binary, which was included in alpine 1.17.
Proposal:
Add
.git
to.dockerignore
(as git not needed for building in our case)The text was updated successfully, but these errors were encountered: