X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=c3aba8d2857441a05815a41cd903b2c340baacae;hb=5601b5899b0fd15748ae0474de9f5f6dda72864c;hp=84ebb52653c50cf69bc23e8aef71db2323bd199a;hpb=1a9dcb5b8f598ee348f23eafecc2d92ef09c8122;p=pti%2Fo2.git diff --git a/Dockerfile b/Dockerfile index 84ebb52..c3aba8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.10-slim-buster -RUN apt-get update && apt-get install -y git gcc procps vim curl +RUN apt-get update && apt-get install -y git gcc procps vim curl ssh # in case git repo is not accessable # RUN mkdir -p /cgtsclient @@ -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/