Closed
Description
Trying to run a few tests inside this container and seeing cgo errors:
GOGC=off go test -run ...
# runtime/cgo
exec: "gcc": executable file not found in $PATH
Is this by design, where the consumer of the image must apk add gcc
and fix any dependency issues, apk add musl-dev
?
EDIT: the docker image already has those items
golang/1.11-rc/alpine3.7/Dockerfile
Lines 16 to 23 in 9d80ad8
Noticed a similar issue here, golang/go/issues/26307