Added ca-certificates package

The ca-certificate packages is required in ephemeral node build phase.

Signed-off-by: James Gu <james.gu@att.com>
Change-Id: Ic8e00ae1ef624c256ebc64c03ad64c0564e2bd68
(cherry picked from commit a20d8a4152)
This commit is contained in:
James Gu 2021-04-12 10:18:11 -07:00 committed by Sirajudeen
parent ab7bbfce89
commit a3931b717c
1 changed files with 1 additions and 1 deletions

View File

@ -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