protoc-c
Protocol Buffers C compiler (protobuf-c)
RUN apt-get update && \
apt-get install -y protobuf-c-compiler
RUN apt-get update && \
apt-get install -y protobuf-c-compiler
RUN apk add protobuf-c
RUN pacman -S --noconfirm protobuf-c
RUN apt-get update && \
apt-get install -y protobuf-c-compiler
RUN yum install -y protobuf-c-compiler
RUN dnf install -y protobuf-c-compiler
RUN apt-get update && \
apt-get install -y protobuf-c-compiler