Skip to content

Commit

Permalink
fix: add time package in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushi Sharma committed Dec 10, 2024
1 parent e6dc506 commit 1556cb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ RUN apk add openssl

RUN apk add --no-cache ca-certificates && update-ca-certificates

RUN apk --no-cache add tzdata

RUN curl --output /usr/local/share/ca-certificates/SectigoRSADomainValidationSecureServerCA.crt http://crt.sectigo.com/SectigoRSADomainValidationSecureServerCA.crt

RUN openssl x509 -inform DER -in /usr/local/share/ca-certificates/SectigoRSADomainValidationSecureServerCA.crt -out /usr/local/share/ca-certificates/SectigoRSADomainValidationSecureServerCA.pem -text
Expand Down

0 comments on commit 1556cb6

Please sign in to comment.