From 4487ac57516a5dfbf05ce84afa35ec6bfea9df71 Mon Sep 17 00:00:00 2001 From: Laurent Vallar Date: Mon, 29 Apr 2013 16:17:46 +0200 Subject: [PATCH] Add CA certificates (needed for curl/wget configuration engine download after downloading) --- boxes/debian/download | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/boxes/debian/download b/boxes/debian/download index 95be6d4..ba9cce6 100755 --- a/boxes/debian/download +++ b/boxes/debian/download @@ -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