mirror of https://github.com/apache/cloudstack.git
Revert "CLOUDSTACK-6451: Missing some library dependencies to 32 bit support for vhd-util"
This reverts commit 85a67157c1.
This commit is contained in:
parent
85a67157c1
commit
6044902bfd
|
|
@ -90,7 +90,6 @@ install_packages() {
|
|||
apt-get --no-install-recommends -q -y --force-yes install haproxy
|
||||
|
||||
#32 bit architecture support:: not required for 32 bit template
|
||||
DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends -qq -y --force-yes install libssl-dev libapr1-dev
|
||||
dpkg --add-architecture i386
|
||||
apt-get update
|
||||
apt-get --no-install-recommends -q -y --force-yes install links:i386 libuuid1:i386
|
||||
|
|
|
|||
Loading…
Reference in New Issue