mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Docker: T3753: build libyang2 version required by FRR 8.0
This commit is contained in:
parent
535a7c718b
commit
02c57f495b
@ -270,6 +270,14 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libpcre3-dev \
|
libpcre3-dev \
|
||||||
python3-pip
|
python3-pip
|
||||||
|
|
||||||
|
# Prerequisites for building FRR from source
|
||||||
|
# see http://docs.frrouting.org/projects/dev-guide/en/latest/building-frr-for-debian8.html
|
||||||
|
#
|
||||||
|
RUN export LIBYANG_COMMIT="v2.0.7" && \
|
||||||
|
git clone https://github.com/CESNET/libyang.git && \
|
||||||
|
cd libyang && git checkout $LIBYANG_COMMIT && apkg build -i && \
|
||||||
|
cd pkg/pkgs/debian-11/libyang2_* && dpkg -i *.deb
|
||||||
|
|
||||||
# Packages needed to build FRR itself
|
# Packages needed to build FRR itself
|
||||||
# https://github.com/FRRouting/frr/blob/master/doc/developer/building-libyang.rst
|
# https://github.com/FRRouting/frr/blob/master/doc/developer/building-libyang.rst
|
||||||
# for more info
|
# for more info
|
||||||
@ -291,7 +299,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libsnmp-dev \
|
libsnmp-dev \
|
||||||
libssh-dev \
|
libssh-dev \
|
||||||
libsystemd-dev \
|
libsystemd-dev \
|
||||||
libyang-dev \
|
|
||||||
lsb-base \
|
lsb-base \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3 \
|
python3 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user