mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Use dnf upgrade
in Fedora Dockerfiles.
This commit is contained in:
parent
61d155b315
commit
d5eef2f8a9
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ 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 && \
|
RUN dnf clean all && \
|
||||||
dnf -y update && \
|
dnf -y upgrade && \
|
||||||
dnf -y --setopt=install_weak_deps=false install \
|
dnf -y --setopt=install_weak_deps=false install \
|
||||||
acl \
|
acl \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
|
|
|
@ -10,7 +10,7 @@ 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 && \
|
RUN dnf clean all && \
|
||||||
dnf -y update && \
|
dnf -y upgrade && \
|
||||||
dnf -y --setopt=install_weak_deps=false install \
|
dnf -y --setopt=install_weak_deps=false install \
|
||||||
acl \
|
acl \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
|
|
Loading…
Reference in a new issue