From 9b8656eae108dfc873b99f181237739bda5ab796 Mon Sep 17 00:00:00 2001
From: Zandor Smith <info@zsinfo.nl>
Date: Tue, 18 Feb 2025 15:57:50 +0100
Subject: [PATCH] Add  gettext

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

diff --git a/1.29/Dockerfile b/1.29/Dockerfile
index 26725fb..9d432a9 100644
--- a/1.29/Dockerfile
+++ b/1.29/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:latest
 
 RUN apk update
-RUN apk add --no-cache bash curl wget
+RUN apk add --no-cache bash curl wget gettext
 
 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
diff --git a/1.30/Dockerfile b/1.30/Dockerfile
index 2483142..f3e1819 100644
--- a/1.30/Dockerfile
+++ b/1.30/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:latest
 
 RUN apk update
-RUN apk add --no-cache bash curl wget
+RUN apk add --no-cache bash curl wget gettext
 
 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
-- 
GitLab