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:
parent
ab7bbfce89
commit
a3931b717c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user