This commit is contained in:
parent
91624ed7a9
commit
6c0a8f7d4b
1 changed files with 1 additions and 0 deletions
1
debian/Dockerfile
vendored
1
debian/Dockerfile
vendored
|
@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
jq \
|
||||
openssh-client \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
# https://dl.k8s.io/release/stable.txt
|
||||
RUN curl -sLo /usr/local/bin/kubectl \
|
||||
"https://dl.k8s.io/release/v1.34.1/bin/linux/amd64/kubectl" \
|
||||
&& chmod 0755 /usr/local/bin/kubectl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue