Add build-essential package dependency to amphora-agent element

With the recent changes, gcc is not pulled in anymore on CentOS, and
compilation of the python modules fails in the amphora-agent element

To be on the safe side, this adds the build-essential dependency
to make sure these modules can be buillt

Change-Id: I842b07cbc3e48209fd500bff5cc798be655f0ae9
This commit is contained in:
Bernard Cafarelli 2016-12-19 17:02:58 +01:00
parent 3ffcbeab64
commit 32f3c4de8c
No known key found for this signature in database
GPG Key ID: D148244A3C2462BD

View File

@ -1,3 +1,4 @@
build-essential:
libffi-dev:
libssl-dev:
python-dev: