From f858b39b555ce92d2f6a1b2298ec886171d045a6 Mon Sep 17 00:00:00 2001
From: Zandor Smith <info@zsinfo.nl>
Date: Thu, 2 Jan 2025 13:13:10 +0100
Subject: [PATCH] Install kustomize.

---
 1.29/Dockerfile | 2 ++
 1.30/Dockerfile | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/1.29/Dockerfile b/1.29/Dockerfile
index 94ff9d6..26725fb 100644
--- a/1.29/Dockerfile
+++ b/1.29/Dockerfile
@@ -6,3 +6,5 @@ RUN apk add --no-cache bash curl wget
 RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable-1.29.txt)/bin/linux/amd64/kubectl
 RUN chmod +x ./kubectl
 RUN mv ./kubectl /usr/local/bin
+
+RUN apk add --no-cache kustomize
diff --git a/1.30/Dockerfile b/1.30/Dockerfile
index 77f0f23..2483142 100644
--- a/1.30/Dockerfile
+++ b/1.30/Dockerfile
@@ -6,3 +6,5 @@ RUN apk add --no-cache bash curl wget
 RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable-1.30.txt)/bin/linux/amd64/kubectl
 RUN chmod +x ./kubectl
 RUN mv ./kubectl /usr/local/bin
+
+RUN apk add --no-cache kustomize
-- 
GitLab