Fix python-setuptools under Ubuntu 16.04
This commit is contained in:
parent
8d562b7030
commit
2d35cc71a6
|
|
@ -126,7 +126,7 @@ function pre_install(){
|
|||
yum install -y automake make curl curl-devel zlib-devel perl perl-devel cpio expat-devel gettext-devel which
|
||||
else
|
||||
apt-get -y update
|
||||
apt-get -y install python python-dev python-pip curl wget unzip gcc swig automake make perl cpio
|
||||
apt-get -y install python python-dev python-pip python-setuptools curl wget unzip gcc swig automake make perl cpio
|
||||
fi
|
||||
# Get IP address
|
||||
echo "Getting Public IP address, Please wait a moment..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user