mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 16:20:08 +00:00
docker: fix ubuntu containers
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
bea8786a1c
commit
4b57e2c4f5
@ -31,9 +31,9 @@ RUN apt-get install -y cmake libpcre2-dev
|
||||
|
||||
USER frr:frr
|
||||
|
||||
# build and install libyang1
|
||||
# build and install libyang2
|
||||
RUN cd && pwd && ls -al && \
|
||||
git clone https://github.com/CESNET/libyang.git -b libyang2 && \
|
||||
git clone https://github.com/CESNET/libyang.git && \
|
||||
cd libyang && \
|
||||
git checkout v2.0.0 && \
|
||||
mkdir build; cd build && \
|
||||
|
@ -34,9 +34,9 @@ RUN apt-get install -y cmake libpcre2-dev
|
||||
|
||||
USER frr:frr
|
||||
|
||||
# build and install libyang1
|
||||
# build and install libyang2
|
||||
RUN cd && pwd && ls -al && \
|
||||
git clone https://github.com/CESNET/libyang.git -b libyang2 && \
|
||||
git clone https://github.com/CESNET/libyang.git && \
|
||||
cd libyang && \
|
||||
git checkout v2.0.0 && \
|
||||
mkdir build; cd build && \
|
||||
|
Loading…
Reference in New Issue
Block a user