X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=1ac328a332774616a622066aa7e0d25d68ec2d9a;hb=refs%2Fchanges%2F14%2F7514%2F2;hp=db2258d6b9c1f213462bbe089b4664e783d6af41;hpb=f73c8e3b01b8f5b7438ba544870e06d8f30cdea0;p=pti%2Fo2.git diff --git a/Dockerfile b/Dockerfile index db2258d..1ac328a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ RUN git clone --depth 1 --branch master https://opendev.org/starlingx/distcloud- 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 + COPY requirements.txt /tmp/ COPY requirements-stx.txt /tmp/ @@ -42,6 +44,9 @@ COPY configs/ /etc/o2/ COPY tests/ /tests/ -RUN apt-get install -y procps vim +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 WORKDIR /src