1
0
Fork 0
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:
Matt Clay 2018-01-08 12:50:23 -08:00
parent 61d155b315
commit d5eef2f8a9
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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 \