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
While using any of the above base images to build static go binaries using go install --ldflags '-extldflags "-static"' , only dynamic binaries are build.
As an alternative, using alpine as a base image and RUN apk add make go git gcc libc-dev works.