X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=1ac328a332774616a622066aa7e0d25d68ec2d9a;hb=f3ce354b2e6c538b50ed990ba359d3af2283c901;hp=d0039fa8e1add6c641ae04fb04706cfbf4d1fff4;hpb=3985a27696d6c5857ad54ecac7f8da32ad8edfc3;p=pti%2Fo2.git diff --git a/Dockerfile b/Dockerfile index d0039fa..1ac328a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,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