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
This commit is contained in:
James Gu 2021-04-12 10:18:11 -07:00
parent 09fdf6b7a1
commit a20d8a4152
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,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