docker: Update Dockerfiles to install protobuf-compiler to use protoc instead of protoc-c

This commit is contained in:
Hynek Šabacký 2025-11-25 10:31:37 +01:00 committed by Daniel Salzman
parent 42c2fa7ba8
commit c2a6a5e17d
4 changed files with 6 additions and 2 deletions

View file

@ -25,7 +25,8 @@ ENV BUILD_PKGS=" \
libxdp-dev \
make \
pkg-config \
protobuf-c-compiler"
protobuf-c-compiler \
protobuf-compiler"
# Install dependencies
RUN apt-get update && \

View file

@ -33,6 +33,7 @@ RUN apt-get -y install \
locales-all \
pkg-config \
protobuf-c-compiler \
protobuf-compiler \
python3-sphinx \
python3-sphinx-panels \
texlive \

View file

@ -29,4 +29,5 @@ RUN apt-get -y install \
libxdp-dev \
locales-all \
pkg-config \
protobuf-c-compiler
protobuf-c-compiler \
protobuf-compiler

View file

@ -30,6 +30,7 @@ RUN apt-get -y install \
libxdp-dev \
pkg-config \
protobuf-c-compiler \
protobuf-compiler \
python3-sphinx \
texlive \
texlive-font-utils \