Compare commits
2 commits
94bcd94889
...
200e27ca27
| Author | SHA1 | Date | |
|---|---|---|---|
| 200e27ca27 | |||
| 855b0cdaf0 |
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"
|
LABEL org.opencontainers.image.url.sops="https://github.com/getsops/sops"
|
||||||
|
|
||||||
RUN set -eux; \
|
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
|
mkdir -p /usr/local/share/checksums
|
||||||
|
|
||||||
COPY --from=downloader /tmp/talosctl /usr/local/bin/talosctl
|
COPY --from=downloader /tmp/talosctl /usr/local/bin/talosctl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue