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:
parent
13c4e82f7e
commit
b8e83faa85
@ -8,12 +8,14 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
RUN apt-get update ;\
|
RUN apt-get update ;\
|
||||||
apt-get dist-upgrade -y ;\
|
apt-get dist-upgrade -y ;\
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
python3-apt \
|
|
||||||
python3-lxml \
|
|
||||||
virtinst \
|
|
||||||
nfs4-acl-tools \
|
|
||||||
acl \
|
acl \
|
||||||
virt-manager;\
|
nfs4-acl-tools \
|
||||||
|
python3-apt \
|
||||||
|
python3-jmespath \
|
||||||
|
python3-lxml \
|
||||||
|
virt-manager \
|
||||||
|
virtinst \
|
||||||
|
;\
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY assets /opt/assets/
|
COPY assets /opt/assets/
|
||||||
|
Loading…
Reference in New Issue
Block a user