summaryrefslogtreecommitdiff
path: root/docker/ubuntu18-ci/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/ubuntu18-ci/Dockerfile')
-rw-r--r--docker/ubuntu18-ci/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/ubuntu18-ci/Dockerfile b/docker/ubuntu18-ci/Dockerfile
index 86fbe4f49c..680b9172ad 100644
--- a/docker/ubuntu18-ci/Dockerfile
+++ b/docker/ubuntu18-ci/Dockerfile
@@ -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 && \