X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Dockerfile;h=989e9d461f8264a7065a24de7fd8b16fdceea3df;hb=12249c7669e487cd9f37cee8475c89eb5490e0f0;hp=8c33fbe0a193e54050ece0973f6ba388720163eb;hpb=ad15ec6b732868c3ecedb9cd84450462bafa3320;p=pti%2Fo2.git diff --git a/Dockerfile b/Dockerfile index 8c33fbe..989e9d4 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/ @@ -34,6 +36,12 @@ COPY o2ims/ /src/o2ims/ COPY o2dms/ /src/o2dms/ COPY o2common/ /src/o2common/ +RUN mkdir -p /src/helm_sdk/ +COPY helm_sdk/ /src/helm_sdk/ + +RUN mkdir -p /configs/ +COPY configs/ /configs/ + RUN mkdir -p /src/o2app/ COPY o2app/ /src/o2app/ COPY setup.py /src/