-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alpine-3.8 breaks grpc gem installation #424
Comments
same issue. |
@stefanandres @marcosanfilippo
Installing grpc fails because somewhy See this issue for further information |
Yes, that works. Thanks. Though then the alpine's gem version should be updated to gem-2.7.7 from gem-2.7.6 |
Includes fixes to build and run `google-cloud-monitoring` and `-logging` gems, which depend on `grpc` and `protobuf` and their native extensions (see protocolbuffers/protobuf#4460, protocolbuffers/protobuf#2335, gliderlabs/docker-alpine#424, grpc/grpc#6525 for details)
I had issues with alpine 3.9, gem 3.0.3 and grpc 1.19. I could gem install grpc 1.21 no problem but I couldn't get it to update in the context of having a gemfile despite running |
When using the 3.8 image, gem install grpc fails.
The same command worked in 3.7
The text was updated successfully, but these errors were encountered: