Fix dependency issue
This commit is contained in:
parent
6035a89805
commit
458b71f6aa
|
|
@ -84,6 +84,7 @@ function pre_install(){
|
||||||
apt-get -y update
|
apt-get -y update
|
||||||
# Install necessary dependencies
|
# Install necessary dependencies
|
||||||
apt-get install -y wget unzip curl build-essential autoconf libtool libssl-dev
|
apt-get install -y wget unzip curl build-essential autoconf libtool libssl-dev
|
||||||
|
apt-get -y --no-install-recommends install xmlto
|
||||||
# Get IP address
|
# Get IP address
|
||||||
echo "Getting Public IP address, Please wait a moment..."
|
echo "Getting Public IP address, Please wait a moment..."
|
||||||
IP=$(curl -s -4 icanhazip.com)
|
IP=$(curl -s -4 icanhazip.com)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user