Commit 083c9d0f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Device component:

- added libyang version pinning to Dockerfile
parent 173024e6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -61,6 +61,9 @@ RUN apt-get --yes --quiet --quiet update && \
    rm -rf /var/lib/apt/lists/*
RUN mkdir -p /var/libyang
RUN git clone https://github.com/CESNET/libyang.git /var/libyang
WORKDIR /var/libyang
RUN git fetch
RUN git checkout v2.1.148
RUN mkdir -p /var/libyang/build
WORKDIR /var/libyang/build
RUN cmake -D CMAKE_BUILD_TYPE:String="Release" ..