From f0093f883802ad1c5fd37c26c8a3ccab85e1a062 Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Mon, 20 Dec 2021 19:03:56 +0800 Subject: [PATCH] [skip e2e]Remove fullstatus plugin (#13699) Signed-off-by: Jenny Li --- build/docker/krte/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/build/docker/krte/Dockerfile b/build/docker/krte/Dockerfile index 20b7b1d5b2..922966507f 100644 --- a/build/docker/krte/Dockerfile +++ b/build/docker/krte/Dockerfile @@ -69,7 +69,6 @@ RUN echo "Installing Packages ..." \ && chmod 700 get_helm.sh \ && ./get_helm.sh \ && rm ./get_helm.sh \ - && helm plugin install https://github.com/marckhouzam/helm-fullstatus \ && echo "Installing Docker ..." \ && curl -fsSL "https://download.docker.com/linux/$(. /etc/os-release; echo "$ID")/gpg" | apt-key add - \ && add-apt-repository \