Add yq
This commit is contained in:
parent
855b0cdaf0
commit
6980587994
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue