Add CA certificates (needed for curl/wget configuration engine download after downloading)
This commit is contained in:
parent
624eb05afe
commit
4487ac5751
1 changed files with 3 additions and 2 deletions
|
@ -90,8 +90,9 @@ psmisc,\
|
||||||
bind9-host,\
|
bind9-host,\
|
||||||
telnet,\
|
telnet,\
|
||||||
mtr-tiny,\
|
mtr-tiny,\
|
||||||
iputils-ping
|
iputils-ping,\
|
||||||
|
ca-certificates
|
||||||
|
|
||||||
if [ ! -z "${ADDITIONAL_PACKAGES}" ]; then
|
if [ ! -z "${ADDITIONAL_PACKAGES}" ]; then
|
||||||
packages=${ADDITIONAL_PACKAGES},${packages}
|
packages=${ADDITIONAL_PACKAGES},${packages}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue