From 4b57e2c4f53aca554a86e3768cf385f2b166c590 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Thu, 27 May 2021 15:57:03 +0300 Subject: [PATCH] docker: fix ubuntu containers Signed-off-by: Igor Ryzhov --- docker/ubuntu18-ci/Dockerfile | 4 ++-- docker/ubuntu20-ci/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/ubuntu18-ci/Dockerfile b/docker/ubuntu18-ci/Dockerfile index 86fbe4f49c..680b9172ad 100644 --- a/docker/ubuntu18-ci/Dockerfile +++ b/docker/ubuntu18-ci/Dockerfile @@ -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 && \ diff --git a/docker/ubuntu20-ci/Dockerfile b/docker/ubuntu20-ci/Dockerfile index ead5c56c54..71fde305e6 100644 --- a/docker/ubuntu20-ci/Dockerfile +++ b/docker/ubuntu20-ci/Dockerfile @@ -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 && \ -- 2.39.5