protoc
Parse Google Protobuf .proto files and generate output in the specified language. More information: <https://developers.google.com/protocol-buffers>.
RUN apt-get update && \
apt-get install -y protobuf-compiler
RUN apt-get update && \
apt-get install -y protobuf-compiler
RUN apk add protobuf
RUN pacman -S --noconfirm protobuf
RUN apt-get update && \
apt-get install -y protobuf-compiler
RUN yum install -y protobuf-compiler
RUN dnf install -y protobuf-compiler
RUN apt-get update && \
apt-get install -y protobuf-compiler