diff --git a/Dockerfile.kubectl b/Dockerfile.kubectl index fc048f1..36e97a4 100644 --- a/Dockerfile.kubectl +++ b/Dockerfile.kubectl @@ -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