]> git.puffer.fish Git - matthieu/frr.git/commitdiff
docker: fix ubuntu containers
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 27 May 2021 12:57:03 +0000 (15:57 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 28 May 2021 13:37:15 +0000 (16:37 +0300)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
docker/ubuntu18-ci/Dockerfile
docker/ubuntu20-ci/Dockerfile

index 86fbe4f49ca3b7097b1b50ce723c399c94d2041a..680b9172ad199644ba5f8cb879327c07893caf2f 100644 (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 && \
index ead5c56c54986719d516a79b6bdf7d8feae9c961..71fde305e6913961117da2c3b1c98c3e2183f58f 100644 (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 && \