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:
committed by
Andrii Ostapenko
parent
f5d5ae35f9
commit
fd709974dc
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user