CLOUDSTACK-6912: 4.2 32 bit system vm template job failing in jenkins

Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
This commit is contained in:
Harikrishna Patnala 2014-06-16 11:36:53 +05:30 committed by Abhinandan Prateek
parent 3f2061c1f3
commit a2b620c0b4
1 changed files with 7 additions and 2 deletions

View File

@ -1,9 +1,14 @@
# Update the box
apt-get -y update
export DEBIAN_FRONTEND=noninteractive
export DEBIAN_PRIORITY=critical
apt-get -q -y --force-yes update
#below are needed for ruby perhaps
#apt-get -y install linux-headers-$(uname -r) build-essential
#apt-get -y install zlib1g-dev libssl-dev libreadline-gplv2-dev
apt-get -y install curl unzip
apt-get -q -y --force-yes install curl unzip
apt-get clean
# Set up sudo, TODO: Check security concerns