Skip to content

Commit

Permalink
Add install of ca-certificates to get updated certs for download
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak committed Oct 8, 2021
1 parent 2d1fb74 commit 1b74e31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ pip3 install awscli
add-apt-repository ppa:git-core/ppa -y
apt-get update
apt-get install git -y

# Install updated root certificates
apt-get install -y ca-certificates

0 comments on commit 1b74e31

Please sign in to comment.