X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Dockerfile;h=8c33fbe0a193e54050ece0973f6ba388720163eb;hb=refs%2Fchanges%2F16%2F8816%2F1;hp=dc0adcb2ba3178015a0304ab48af09f88ed37405;hpb=defe8209b3628593c186487857fe02586d7e1503;p=pti%2Fo2.git diff --git a/Dockerfile b/Dockerfile index dc0adcb..8c33fbe 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 @@ -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