From ae7c0adb9f4ca769ce512db702935f8b34a5b68f Mon Sep 17 00:00:00 2001 From: David Fry Date: Sun, 3 Sep 2023 14:26:30 +0100 Subject: [PATCH] Update Dockerfile with curl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 004f17f..9cc6358 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,5 @@ FROM hashicorp/vault:1.13.5 ARG KUBECTL_VERSION=v1.27.4 # Install dependencies -RUN apk add --no-cache jq yq wget \ +RUN apk add --no-cache jq yq wget curl \ && wget https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl -O /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl \ No newline at end of file