mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Use dnf upgrade in Fedora Dockerfiles.
This commit is contained in:
@@ -10,7 +10,7 @@ rm -f /lib/systemd/system/basic.target.wants/*; \
|
||||
rm -f /lib/systemd/system/anaconda.target.wants/*;
|
||||
|
||||
RUN dnf clean all && \
|
||||
dnf -y update && \
|
||||
dnf -y upgrade && \
|
||||
dnf -y --setopt=install_weak_deps=false install \
|
||||
acl \
|
||||
bzip2 \
|
||||
|
||||
@@ -10,7 +10,7 @@ rm -f /lib/systemd/system/basic.target.wants/*; \
|
||||
rm -f /lib/systemd/system/anaconda.target.wants/*;
|
||||
|
||||
RUN dnf clean all && \
|
||||
dnf -y update && \
|
||||
dnf -y upgrade && \
|
||||
dnf -y --setopt=install_weak_deps=false install \
|
||||
acl \
|
||||
bzip2 \
|
||||
|
||||
Reference in New Issue
Block a user