X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ci%2FDockerfile;h=a28adb6c44ffc2c205055598fc39159a199e8db3;hb=e9a39878a8169e03bbd4c3985cf1b52dde8fb725;hp=cd5ad0001dbf03d26827fe41c1fc396e492d3b90;hpb=9ed8818a3833973d754030f8043c73b582cd437d;p=it%2Fdep.git diff --git a/ci/Dockerfile b/ci/Dockerfile index cd5ad000..a28adb6c 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -19,7 +19,8 @@ FROM ubuntu:18.04 RUN apt-get update && apt-get -y install curl ARG GH=get_helm.sh -RUN curl --silent --show-error -L https://git.io/${GH} -o ${GH} +# 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} RUN bash ${GH} RUN helm init -c ARG TGT=/tmp/it-dep