File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN dnf -y install systemd && dnf clean all && \
1313 rm -f /lib/systemd/system/anaconda.target.wants/*;
1414
1515RUN dnf -y update \
16- && dnf -y install ansible python python3-libselinux \
16+ && dnf -y install ansible python python3-libselinux python3-dnf \
1717 && dnf clean all
1818
1919RUN echo -e '[local]\n localhost ansible_connection=local' > /etc/ansible/hosts
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN dnf -y install systemd && dnf clean all && \
1313 rm -f /lib/systemd/system/anaconda.target.wants/*;
1414
1515RUN dnf -y update \
16- && dnf -y install ansible python python3-libselinux \
16+ && dnf -y install ansible python python3-libselinux python3-dnf \
1717 && dnf clean all
1818
1919RUN echo -e '[local]\n localhost ansible_connection=local' > /etc/ansible/hosts
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN dnf -y install systemd && dnf clean all && \
1313 rm -f /lib/systemd/system/anaconda.target.wants/*;
1414
1515RUN dnf -y update \
16- && dnf -y install ansible python python3-libselinux \
16+ && dnf -y install ansible python python3-libselinux python3-dnf \
1717 && dnf clean all
1818
1919RUN echo -e '[local]\n localhost ansible_connection=local' > /etc/ansible/hosts
You can’t perform that action at this time.
0 commit comments