X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ci%2FDockerfile;h=c1080e043ac62183642d8bcc62172bfa4f07b344;hb=796e2c4f64885acb5d61d80549c311c36fbebe00;hp=9479b73b9181866f50d77a8d0c83c3c8360989c4;hpb=a028c29fd28de52812f618250414d52b07b1258b;p=it%2Fdep.git diff --git a/ci/Dockerfile b/ci/Dockerfile index 9479b73b..c1080e04 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -17,7 +17,7 @@ ############################################################################## FROM ubuntu:18.04 -RUN apt-get update && apt-get -y install curl +RUN apt-get update && apt-get -y install curl ca-certificates ARG GH=get_helm.sh # often times out during LF jenkins build RUN curl --silent --show-error --connect-timeout 10 --retry 6 -L https://raw.githubusercontent.com/helm/helm/master/scripts/get -o ${GH}