From 3fed088e1bad574674229fe2649be532b97d7c3f Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Thu, 20 Jul 2023 22:33:10 +0300 Subject: [PATCH] docker: Install protobuf-c-devel for ubi8-minimal configure: error: in `/src': configure: error: protobuf requested but protoc-c not found. Install protobuf-c. See `config.log' for more details Signed-off-by: Donatas Abraitis --- docker/ubi8-minimal/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/ubi8-minimal/Dockerfile b/docker/ubi8-minimal/Dockerfile index 0b7d16c3d14d..53f8d2569723 100644 --- a/docker/ubi8-minimal/Dockerfile +++ b/docker/ubi8-minimal/Dockerfile @@ -37,6 +37,7 @@ RUN microdnf --disableplugin=subscription-manager --setopt=install_weak_deps=0 i systemd-devel \ texinfo \ tzdata \ + protobuf-c-devel \ && microdnf --disableplugin=subscription-manager clean all RUN curl -sSL -o /tmp/libyang2.rpm https://ci1.netdef.org/artifact/LIBYANG-LIBYANG2/shared/build-181/RedHat-8-x86_64-Packages/libyang-2.1.80-1.el8.x86_64.rpm \