mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
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 <donatas@opensourcerouting.org>
This commit is contained in:
parent
1152259d8d
commit
3fed088e1b
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue