diff --git a/1.29/Dockerfile b/1.29/Dockerfile
index 26725fbc71db53cfaeed82d8a2e7e4b99bc1255d..9d432a9fe01018fa61767529a9063d218400b2ac 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 248314214dc2b066302635d034cbb084b208bfae..f3e1819383dfb87d0a09cec5af168204f32cc46b 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