]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
docker: Update Dockerfiles to install protobuf-compiler to use protoc instead of...
authorHynek Šabacký <hynek.sabacky@nic.cz>
Tue, 25 Nov 2025 09:31:37 +0000 (10:31 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Thu, 27 Nov 2025 14:52:28 +0000 (15:52 +0100)
Dockerfile
scripts/docker/debian-latest/Dockerfile
scripts/docker/debian-unstable/Dockerfile
scripts/docker/ubuntu-latest/Dockerfile

index 2bdabd4e7f91de8742a997bfa8a49c52c54675e1..018074fab564a11cfa637a6ef51f1607b8f5aeed 100644 (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 && \
index 8f3daf4dfe4091b97e07d99b437b0ba693f88511..512dadd25d645a22b1ce8a27faddebeebe622f3b 100644 (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 \
index f266c54aab6903fa3067a8ebc3abd80b1c4b0146..69245d329c090597c761f0de4ac367d2f917215c 100644 (file)
@@ -29,4 +29,5 @@ RUN apt-get -y install \
        libxdp-dev \
        locales-all \
        pkg-config \
-       protobuf-c-compiler
+       protobuf-c-compiler \
+       protobuf-compiler
index 614f7f6f5d4ccd6847304dc34bb6fc8148d21095..f8c70d870488751f8659ef01f33daafda5556267 100644 (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 \