X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=c3aba8d2857441a05815a41cd903b2c340baacae;hb=refs%2Fchanges%2F40%2F9340%2F1;hp=dc0adcb2ba3178015a0304ab48af09f88ed37405;hpb=defe8209b3628593c186487857fe02586d7e1503;p=pti%2Fo2.git diff --git a/Dockerfile b/Dockerfile index dc0adcb..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 +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/ @@ -44,8 +46,6 @@ COPY configs/ /etc/o2/ COPY tests/ /tests/ -RUN apt-get install -y procps vim curl - RUN curl -O https://get.helm.sh/helm-v3.3.1-linux-amd64.tar.gz; RUN tar -zxvf helm-v3.3.1-linux-amd64.tar.gz; cp linux-amd64/helm /usr/local/bin