Install gRPC library in alpine docker container Install gRPC library in alpine docker container docker docker

Install gRPC library in alpine docker container


The grpc package resides in the testing repository of the edge branch.
Use apk's --repository option for specifying the repository to pull from:

apk update && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing

Note, the edge branch, and more so testing repositories, are considered experimental, so use them with care.