Skip to content
Snippets Groups Projects

Feat/148 ubi refactor policy component

Merged Konstantinos Poulakakis requested to merge feat/148-ubi-refactor-policy-component into develop
15 files
+ 7851
220
Compare changes
  • Side-by-side
  • Inline
Files
15
+ 3
0
@@ -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" ..
Loading