diff options
Diffstat (limited to 'docker/ubuntu20-ci/Dockerfile')
| -rw-r--r-- | docker/ubuntu20-ci/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/ubuntu20-ci/Dockerfile b/docker/ubuntu20-ci/Dockerfile index ead5c56c54..71fde305e6 100644 --- a/docker/ubuntu20-ci/Dockerfile +++ b/docker/ubuntu20-ci/Dockerfile @@ -34,9 +34,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 && \ |
