Skip to content

Commit

Permalink
fix(docker-image): add ca-certificates to container image to solve is…
Browse files Browse the repository at this point in the history
…sue with 'x509: certificate signed by unknown authority' (#36)

Co-authored-by: Peter Bueschel <[email protected]>
  • Loading branch information
peterbueschel and Peter Bueschel authored Dec 21, 2022
1 parent 9487e93 commit 2719f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ FROM scratch

EXPOSE 9090

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /go/github.com/thought-machine/aws-service-quotas-exporter/aws-service-quotas-exporter /home/app/aws-service-quotas-exporter

COPY --from=0 /etc/passwd /etc/passwd
Expand Down

0 comments on commit 2719f1c

Please sign in to comment.