Add CA certificates (needed for curl/wget configuration engine download after downloading)

This commit is contained in:
Laurent Vallar 2013-04-29 16:17:46 +02:00
parent 624eb05afe
commit 4487ac5751

View file

@ -90,8 +90,9 @@ psmisc,\
bind9-host,\
telnet,\
mtr-tiny,\
iputils-ping
iputils-ping,\
ca-certificates
if [ ! -z "${ADDITIONAL_PACKAGES}" ]; then
packages=${ADDITIONAL_PACKAGES},${packages}
fi