docker: fix ubuntu containers

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
Igor Ryzhov 2021-05-27 15:57:03 +03:00
parent bea8786a1c
commit 4b57e2c4f5
2 changed files with 4 additions and 4 deletions

View File

@ -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 && \

View File

@ -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 && \