diff --git a/Dockerfile b/Dockerfile index 618c726..53f93fb 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; \ + 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