Skip to content

Commit

Permalink
Update Dockerfile with curl
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry authored Sep 3, 2023
1 parent a0885aa commit ae7c0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ae7c0ad

Please sign in to comment.