X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=README.md;h=1612e8e312a19e9d7bccae7ebcdca7663a577fce;hb=8be81dfad35b08c4de77168e885bb18253069771;hp=fdc1d3980f28f1435c87fdaf7c9322ad5287d4ee;hpb=965d6c3640ec7e735f0c17985c583952962fbbba;p=pti%2Fo2.git diff --git a/README.md b/README.md index fdc1d39..1612e8e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ ## Building containers +To accommodate the git repo access issue, the cgts-client and distributed client are +cloned into temp before docker building + +```sh +mkdir -p temp +cd temp +git clone https://opendev.org/starlingx/config.git +git clone https://opendev.org/starlingx/distcloud-client.git +cd - +``` ```sh docker-compose build