From 73f808dee7238b1f15a533b1e3f361af4fa7f976 Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Wed, 31 Aug 2022 13:48:24 -0400 Subject: [PATCH] remove helm from dockerfile template Signed-off-by: Hao Liu --- tools/ansible/roles/dockerfile/templates/Dockerfile.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 b/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 index 515f4f347b..24a20342de 100644 --- a/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 +++ b/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 @@ -118,10 +118,6 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \ xmlsec1-openssl && \ dnf -y clean all -RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 && \ - chmod 700 get_helm.sh && \ - ./get_helm.sh - RUN pip3 install virtualenv supervisor dumb-init RUN rm -rf /root/.cache && rm -rf /tmp/*