From 69805879945ac13d0e99dc07efe8598597bb074f Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Tue, 25 Nov 2025 21:26:13 +1100 Subject: [PATCH] Add yq --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53f93fb..6733297 100644 --- a/Dockerfile +++ b/Dockerfile @@ -110,7 +110,7 @@ LABEL org.opencontainers.image.url.talhelper="https://github.com/budimanjojo/tal LABEL org.opencontainers.image.url.sops="https://github.com/getsops/sops" RUN set -eux; \ - apk add --no-cache ca-certificates-bundle bash git openssh-client curl nodejs npm; \ + apk add --no-cache ca-certificates-bundle bash git openssh-client curl nodejs npm yq; \ mkdir -p /usr/local/share/checksums COPY --from=downloader /tmp/talosctl /usr/local/bin/talosctl