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:
parent
6633ae1afa
commit
9e1bf1c6f2
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue