X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=c3aba8d2857441a05815a41cd903b2c340baacae;hb=5601b5899b0fd15748ae0474de9f5f6dda72864c;hp=8c33fbe0a193e54050ece0973f6ba388720163eb;hpb=ad15ec6b732868c3ecedb9cd84450462bafa3320;p=pti%2Fo2.git diff --git a/Dockerfile b/Dockerfile index 8c33fbe..c3aba8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ RUN pip install -e /distcloud-client/distributedcloud-client # in case git repo is not accessable # RUN git clone --depth 1 --branch master https://github.com/cloudify-incubator/cloudify-helm-plugin.git /helmsdk +RUN git clone --depth 1 --branch master https://opendev.org/starlingx/fault.git /faultclient +RUN pip install -e /faultclient/python-fmclient/fmclient/ COPY requirements.txt /tmp/