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:
parent
3fb53129e2
commit
ff137447cd
@ -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")) }}
|
||||
|
Loading…
Reference in New Issue
Block a user