X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=1ac328a332774616a622066aa7e0d25d68ec2d9a;hb=5143e92a36bd2142e04d0d80dbc60d68c3da03d7;hp=d0039fa8e1add6c641ae04fb04706cfbf4d1fff4;hpb=d14329a57d8d01d443e4158fa5030a5b5ada4060;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