From 4e867e4602a4d5d94dd37b15911112cf09e26997 Mon Sep 17 00:00:00 2001 From: gmega Date: Thu, 19 Dec 2024 13:23:14 -0300 Subject: [PATCH] fix: no need to install helm 3 times :-) --- docker/bittorrent-benchmarks-workflows.Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/bittorrent-benchmarks-workflows.Dockerfile b/docker/bittorrent-benchmarks-workflows.Dockerfile index cb56adf..ec0986c 100644 --- a/docker/bittorrent-benchmarks-workflows.Dockerfile +++ b/docker/bittorrent-benchmarks-workflows.Dockerfile @@ -6,8 +6,6 @@ COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl RUN apt-get update && apt-get install -y curl -RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 -RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 RUN chmod 700 get_helm.sh RUN ./get_helm.sh