X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=84ebb52653c50cf69bc23e8aef71db2323bd199a;hb=refs%2Fchanges%2F58%2F8558%2F1;hp=dc0adcb2ba3178015a0304ab48af09f88ed37405;hpb=defe8209b3628593c186487857fe02586d7e1503;p=pti%2Fo2.git diff --git a/Dockerfile b/Dockerfile index dc0adcb..84ebb52 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 # in case git repo is not accessable # RUN mkdir -p /cgtsclient @@ -44,8 +44,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