Skip to content

Commit

Permalink
Root CA certificate to fix TLS in CI (#316).
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Apr 29, 2024
1 parent 9e0f287 commit ff52ead
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FROM alpine:latest as certs
RUN apk --update add ca-certificates

FROM scratch
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY plenti /
ENTRYPOINT ["/plenti"]

0 comments on commit ff52ead

Please sign in to comment.