diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-27 15:57:03 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-27 15:57:03 +0300 |
| commit | 4b57e2c4f53aca554a86e3768cf385f2b166c590 (patch) | |
| tree | 7f75d5f2f6d8a892e776f3a190a58fde95429ffa /docker | |
| parent | bea8786a1c86465cc6eb5c4213e47b339a48e821 (diff) | |
docker: fix ubuntu containers
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/ubuntu18-ci/Dockerfile | 4 | ||||
| -rw-r--r-- | docker/ubuntu20-ci/Dockerfile | 4 |
2 files changed, 4 insertions, 4 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 && \ 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 && \ |
