Add missing envsubst utility (#101) (#102)

Fixes: #101
This commit is contained in:
Tamer Fahmy
2026-03-03 08:30:27 +01:00
committed by GitHub
parent cbe0e3a2a1
commit f6765c1cf4
+2
View File
@@ -7,4 +7,6 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s
FROM alpine:3 AS final
RUN apk add --no-cache gettext-envsubst
COPY --from=builder /usr/local/bin/kubectl /usr/local/bin/kubectl