diff --git a/Dockerfile b/Dockerfile index e1169bbe0..cb6d3e0d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ FROM scratch MAINTAINER Thomas Jackson EXPOSE 8082 +COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=builder /go/src/github.com/jacksontj/promxy/cmd/promxy/promxy /bin/promxy COPY --from=builder /go/src/github.com/jacksontj/promxy/cmd/remote_write_exporter/remote_write_exporter /bin/remote_write_exporter