feat: yq
Some checks failed
/ build (push) Failing after 4s

This commit is contained in:
ange 2025-10-19 17:41:28 +00:00
parent 6c0a8f7d4b
commit 7eea448720
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D

2
debian/Dockerfile vendored
View file

@ -5,8 +5,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \ curl \
gettext-base \ gettext-base \
git \ git \
jq \
openssh-client \ openssh-client \
yq \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# https://dl.k8s.io/release/stable.txt # https://dl.k8s.io/release/stable.txt
RUN curl -sLo /usr/local/bin/kubectl \ RUN curl -sLo /usr/local/bin/kubectl \