From 08ffcbe3be03051351714372a4bc24178cb90590 Mon Sep 17 00:00:00 2001 From: ties Date: Wed, 28 Aug 2024 11:03:39 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 572acad..6a3cb02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:latest ENV TZ="Europe/Amdsterdam" RUN apt update -RUN apt install -y yq kubectl helm curl wget +RUN apt install -y yq curl wget RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash COPY createHelmYaml.sh /usr/local/bin/