Add the jq tool that allows easy manipulation and data extraction
from json documents.

This is intended to be used by kolla-kubernetes.

Change-Id: I478be7ec403e3444a412e1bcd47fd52f3a4e8095
This commit is contained in:
Kevin Fox 2016-08-15 15:44:37 -07:00
parent 856d0a866c
commit b234976a80

View File

@ -10,6 +10,7 @@ MAINTAINER {{ maintainer }}
'gcc',
'gdisk',
'git',
'jq',
'libffi-devel',
'libxml2-devel',
'libxslt-devel',
@ -26,6 +27,7 @@ MAINTAINER {{ maintainer }}
'ca-certificates',
'gdisk',
'git',
'jq',
'libffi-dev',
'libmariadbclient-dev',
'libssl-dev',