mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6390: System vm failed to build with openssl installation error provided fix to skip interactive installation
This commit is contained in:
parent
8764692b27
commit
a5261cee3f
|
|
@ -81,7 +81,7 @@ install_packages() {
|
|||
dpkg -i hv-kvp-daemon_3.1_amd64.deb
|
||||
|
||||
#libraries required for rdp client (Hyper-V)
|
||||
apt-get --no-install-recommends -q -y --force-yes install libtcnative-1 libssl-dev libapr1-dev
|
||||
DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends -qq -y --force-yes install libtcnative-1 libssl-dev libapr1-dev
|
||||
|
||||
# vmware tools
|
||||
apt-get --no-install-recommends -q -y --force-yes install open-vm-tools
|
||||
|
|
|
|||
Loading…
Reference in New Issue