1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update fedora24 Dockerfile to resolve dnf issue.

This commit is contained in:
Matt Clay 2017-04-06 15:51:40 -07:00
parent 6633ae1afa
commit 9e1bf1c6f2

View file

@ -9,6 +9,10 @@ rm -f /lib/systemd/system/sockets.target.wants/*initctl*; \
rm -f /lib/systemd/system/basic.target.wants/*; \ rm -f /lib/systemd/system/basic.target.wants/*; \
rm -f /lib/systemd/system/anaconda.target.wants/*; rm -f /lib/systemd/system/anaconda.target.wants/*;
RUN dnf clean all && \
dnf -y update libsolv && \
dnf clean all
RUN dnf clean all && \ RUN dnf clean all && \
dnf -y --setopt=install_weak_deps=false install \ dnf -y --setopt=install_weak_deps=false install \
acl \ acl \