diff --git a/cmd/all-in-one/Dockerfile b/cmd/all-in-one/Dockerfile index 1798cfb342d..a6122931687 100644 --- a/cmd/all-in-one/Dockerfile +++ b/cmd/all-in-one/Dockerfile @@ -1,5 +1,10 @@ +FROM alpine:latest as certs +RUN apk add --update --no-cache ca-certificates + FROM scratch +COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt + # Agent zipkin.thrift compact EXPOSE 5775/udp