feat: openssh-client
All checks were successful
/ build (push) Successful in 25s

This commit is contained in:
ange 2024-11-18 10:41:33 +00:00
parent de8000923a
commit e893466e86
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

1
debian/Dockerfile vendored
View File

@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gettext-base \
git \
jq \
openssh-client \
&& rm -rf /var/lib/apt/lists/*
RUN V="$(curl -sSL https://dl.k8s.io/release/stable.txt)" \
&& curl -sSLo /usr/local/bin/kubectl \