Add jq to some utility images

jq can be used to robustly extract well-formed data so that later on
we can remove some of the grep|awk patterns we have.

Change-Id: I153235c4877500bba1823db9e7eee14b90f2e718
This commit is contained in:
Chris Wedgwood
2020-09-18 21:11:59 -05:00
committed by Andrii Ostapenko
parent f5d5ae35f9
commit fd709974dc
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ RUN set -xe \
mysql-client \
python3.6 \
python3-pip \
jq \
&& pip3 install \
oslo.rootwrap==5.8.0 \
python-openstackclient==4.0.1 \

View File

@@ -26,6 +26,7 @@ RUN set -xe \
postgresql-common \
python3.6 \
python3-pip \
jq \
&& pip3 install \
oslo.rootwrap==5.8.0 \
python-openstackclient==4.0.1 \