From a3931b717c9b7bb67aad58522d3f00cd202ea04e Mon Sep 17 00:00:00 2001 From: James Gu Date: Mon, 12 Apr 2021 10:18:11 -0700 Subject: [PATCH] Added ca-certificates package The ca-certificate packages is required in ephemeral node build phase. Signed-off-by: James Gu Change-Id: Ic8e00ae1ef624c256ebc64c03ad64c0564e2bd68 (cherry picked from commit a20d8a41522674439add5f19fbfa92083b506dbe) --- tools/deployment/10_install_essentials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deployment/10_install_essentials.sh b/tools/deployment/10_install_essentials.sh index 7b90a9993..fb156aa3d 100755 --- a/tools/deployment/10_install_essentials.sh +++ b/tools/deployment/10_install_essentials.sh @@ -26,7 +26,7 @@ if [ ! -f /var/lib/apt/periodic/update-success-stamp ] || \ sudo -E apt -y update fi -install_pkg curl docker.io make +install_pkg curl docker.io make ca-certificates ./tools/deployment/provider_common/02_install_jq.sh ./tools/deployment/provider_common/03_install_pip.sh