mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Update fedora24 Dockerfile to resolve dnf issue.
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user