Install python-pip

We need to install other libraries to crawl the data,
so we need to install python-pip first

Change-Id: I3f627279810f448a2252e7d54810cb5ac1f30a9e
This commit is contained in:
pangliye 2017-05-16 22:59:16 -04:00
parent 3fb53129e2
commit ff137447cd
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set telegraf_packages = [
'net-tools',
'python-pip',
'telegraf'
] %}
{{ macros.install_packages(telegraf_packages | customizable("packages")) }}