Skip to content

Commit

Permalink
Merged in fix_python_cert (pull request apache#32)
Browse files Browse the repository at this point in the history
Fix python cert

Approved-by: Joey Chou
  • Loading branch information
jeffuongsima authored and JoeyChou-SiMa-ai committed Mar 23, 2021
2 parents 15dec3e + 72f899c commit 8213397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN /tmp/install_sonar.sh
ENV PATH=${PATH}:/opt/sonar-scanner/bin

RUN \
curl https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem.txt \
-o /usr/local/share/ca-certificates/letsencryptx3.crt && \
curl https://letsencrypt.org/certs/lets-encrypt-r3.pem \
-o /usr/local/share/ca-certificates/lets-encrypt-r3.crt && \
update-ca-certificates

RUN apt-get update && \
Expand Down

0 comments on commit 8213397

Please sign in to comment.