Merge "Install yum priorities to containers before update"

This commit is contained in:
Zuul 2018-08-31 20:36:36 +00:00 committed by Gerrit Code Review
commit c79d9a35b7
1 changed files with 1 additions and 0 deletions

View File

@ -19,5 +19,6 @@ if [ -z $packages_for_update ]; then
exit
fi
yum install -y yum-plugin-priorities
yum -y update $packages_for_update
rm -rf /var/cache/yum