Compare commits
1 commit
f452f13a10
...
5becdb9379
| Author | SHA1 | Date | |
|---|---|---|---|
| 5becdb9379 |
1 changed files with 1 additions and 3 deletions
|
|
@ -24,8 +24,7 @@ ARG TALHELPER_VERSION
|
|||
ARG SOPS_VERSION
|
||||
|
||||
RUN set -eux; \
|
||||
apk add --no-cache curl ca-certificates-bundle; \
|
||||
update-ca-certificates
|
||||
apk add --no-cache curl ca-certificates-bundle
|
||||
|
||||
# Map Docker TARGETARCH to upstream asset architecture naming where needed.
|
||||
ARG TARGETARCH
|
||||
|
|
@ -112,7 +111,6 @@ 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; \
|
||||
update-ca-certificates; \
|
||||
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