Skip to content
Snippets Groups Projects
Commit 5869023c authored by Michal Vasko's avatar Michal Vasko Committed by Tomáš Čejka
Browse files

netconf container: fixed Docker build

set compatible branch and fixed code in external repository
parent 7dbe4e04
Branches
Tags
No related merge requests found
......@@ -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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment