ctaggart / froto

Froto: F# Protocol Buffers
MIT License
146 stars 27 forks source link

gRPC on Alpine docker requires libc6-compat #98

Closed ctaggart closed 5 years ago

ctaggart commented 5 years ago

This is just a self-reminder that when using alpine based images with the Google gRPC libraries, you need to add this dependency:

apk add libc6-compat

https://github.com/grpc/grpc/issues/15605#issuecomment-393974529