Skip to content

Commit b27f73b

Browse files
committed
include CA certs
1 parent 794124c commit b27f73b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Containerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
FROM alpine:latest AS certs
2+
RUN apk add --no-cache ca-certificates
3+
14
FROM busybox:glibc
25

6+
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
7+
38
ARG TARGETPLATFORM
49

510
COPY --chmod=0755 amd64/ /tmp/bins/amd64/

0 commit comments

Comments
 (0)