Install python3-jmespath allowing to use json_query in ansible playbooks

Also rearranges apt packages in alphabethical order.

Change-Id: Ia6815cca6c4a36cc5c0edcabfcf2c3dfc0b00a03
This commit is contained in:
Andrii Ostapenko 2022-06-17 09:42:37 -06:00 committed by Andrii Ostapenko
parent 13c4e82f7e
commit b8e83faa85
1 changed files with 7 additions and 5 deletions

View File

@ -8,12 +8,14 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update ;\
apt-get dist-upgrade -y ;\
apt-get install -y \
python3-apt \
python3-lxml \
virtinst \
nfs4-acl-tools \
acl \
virt-manager;\
nfs4-acl-tools \
python3-apt \
python3-jmespath \
python3-lxml \
virt-manager \
virtinst \
;\
rm -rf /var/lib/apt/lists/*
COPY assets /opt/assets/