Use dnf upgrade instead of update
This commit is contained in:
parent
32bb219467
commit
49499d099b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ buildah from --pull --name builder registry.fedoraproject.org/fedora:latest; or
|
|||
# Remove the flag that prevents installing docs
|
||||
buildah run builder -- sed -i /nodocs/d /etc/dnf/dnf.conf
|
||||
|
||||
buildah run builder -- dnf update -y
|
||||
buildah run builder -- dnf upgrade -y
|
||||
|
||||
# Reinstall packages to install missing docs
|
||||
set -l installed_packages (buildah run builder -- dnf list --installed | tail -n +2 | awk '{print $1}')
|
||||
|
|
Loading…
Reference in a new issue