Skip to content
Advertisement

Tag: protoc

“protoc: not found” on an Alpine-based Docker container running Protocol Buffers

I’m trying to build a simple container which downloads a Protocol Buffers binary from the release page (https://github.com/protocolbuffers/protobuf/releases/tag/v3.13.0) and adds it to the path. Following the Linux instructions at http://google.github.io/proto-lens/installing-protoc.html, I’ve attempted the following Dockerfile: The problem is that if I build it using and run a shell in it, I get a protoc: not found error, even though the

Advertisement