mirror of https://github.com/apache/cloudstack.git
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:
parent
3f2061c1f3
commit
a2b620c0b4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue