Add missing deps
All checks were successful
Checking yaml / Run yamllint (pull_request) Successful in 4s
Checking Renovate configuration / validate (pull_request) Successful in 11s
Build talosctl+talhelper+sops image (push on main only) / build (push) Successful in 8m53s

This commit is contained in:
Marc Plano-Lesay 2025-11-25 20:06:29 +11:00
parent d2a6f8d195
commit 855b0cdaf0
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF

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; \
apk add --no-cache ca-certificates-bundle bash git openssh-client curl nodejs npm; \
mkdir -p /usr/local/share/checksums
COPY --from=downloader /tmp/talosctl /usr/local/bin/talosctl