From: BjornMagnussonXA Date: Tue, 31 Aug 2021 21:44:10 +0000 (+0200) Subject: Improved apt-get installation of curl and wget X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=eddcd8a5400ce8b4a3efbbd3a0d452ce6884d6db;p=nonrtric.git Improved apt-get installation of curl and wget Issue-ID: NONRTRIC-573 Signed-off-by: BjornMagnussonXA Change-Id: I41a3fa20255c2602845fa821afbdcd942f47ac69 --- diff --git a/helm-manager/Dockerfile b/helm-manager/Dockerfile index cd44c909..2b1536f6 100644 --- a/helm-manager/Dockerfile +++ b/helm-manager/Dockerfile @@ -19,10 +19,8 @@ FROM openjdk:11-jre-slim ARG JAR -#Install curl -RUN apt-get update -RUN apt-get install -y curl -RUN apt-get install -y wget +#Install curl and wget +RUN apt-get upgrade && apt-get update && apt-get install -y curl wget #Install helm RUN wget -O helm.tar.gz https://get.helm.sh/helm-v3.6.1-linux-amd64.tar.gz