Add libffi-dev, libssl-dev, libpcre3-dev, and libyaml-dev to base git install packages

This commit is contained in:
Corey Bryant
2015-04-22 19:37:31 +00:00
parent 202293f94d
commit ff0a3cc993

View File

@@ -53,8 +53,12 @@ BASE_PACKAGES = [
BASE_GIT_PACKAGES = [
'apache2',
'libapache2-mod-wsgi',
'libffi-dev',
'libpcre3-dev',
'libssl-dev',
'libxml2-dev',
'libxslt1-dev',
'libyaml-dev',
'python-dev',
'python-pip',
'python-setuptools',