From 1b74e315cfa06bfc600b12b6bdd3bd19931987f3 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 8 Oct 2021 08:30:15 -0500 Subject: [PATCH] Add install of ca-certificates to get updated certs for download Signed-off-by: Kumar Gala --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index 834738e..e9db723 100755 --- a/setup.sh +++ b/setup.sh @@ -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