Add yq #6

Merged
kernald merged 1 commit from yq into main 2025-11-25 21:40:54 +11:00

View file

@ -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