mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 11:19:13 +00: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
61cac0a627
commit
6b59d69cb2
@ -37,6 +37,7 @@ RUN microdnf --disableplugin=subscription-manager --setopt=install_weak_deps=0 i
|
|||||||
systemd-devel \
|
systemd-devel \
|
||||||
texinfo \
|
texinfo \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
protobuf-c-devel \
|
||||||
&& microdnf --disableplugin=subscription-manager clean all
|
&& 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 \
|
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 New Issue
Block a user