From 5869023c33961028c6ee963155f2266bc8909411 Mon Sep 17 00:00:00 2001 From: Michal Vasko <mvasko@cesnet.cz> Date: Wed, 6 Oct 2021 12:19:02 +0200 Subject: [PATCH] netconf container: fixed Docker build set compatible branch and fixed code in external repository --- router-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router-container/Dockerfile b/router-container/Dockerfile index 2819c264..7f2da6a3 100644 --- a/router-container/Dockerfile +++ b/router-container/Dockerfile @@ -43,7 +43,7 @@ WORKDIR /opt/dev # libyang RUN \ - git clone https://github.com/CESNET/libyang.git && \ + git clone -b libyang1 https://github.com/CESNET/libyang.git && \ cd libyang && mkdir build && cd build && \ cmake -DCMAKE_BUILD_TYPE:String="Debug" -DENABLE_BUILD_TESTS=OFF .. && \ make -j2 && \ -- GitLab