I\'ve got a Go binary I\'m trying to run on the Alpine Docker image.
This works fine for the Docker Go binary.
docker run -it alpine:3.3 sh apk add -
You can install libc6-compat
RUN apk add --no-cache libc6-compat