Reduce package set to install via bindep
The build-essential meta-package is a very large
set. We only need gcc and the others listed in
order to support pip and Ansible. The fewer we
install via bindep, the greater the chance we
have of figuring out what's missing from each
role's distro package list.
Change-Id: I97f068eb1368fccb61be900625e5b5dcbf77d527
(cherry picked from commit 078e50f7ef
)
This commit is contained in:
parent
4970869fdc
commit
ad96e5aedd
@ -23,7 +23,7 @@
|
||||
#
|
||||
|
||||
# Base requirements for Ubuntu
|
||||
build-essential [platform:dpkg]
|
||||
gcc [platform:dpkg]
|
||||
git-core [platform:dpkg]
|
||||
libssl-dev [platform:dpkg]
|
||||
libffi-dev [platform:dpkg]
|
||||
|
Loading…
Reference in New Issue
Block a user