docker: add --erroronfail to %post

If %post fails we want the whole install to fail.
This commit is contained in:
Dusty Mabe 2017-01-19 14:19:24 -05:00
parent b73439c2ca
commit a4835bbc67
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ sssd-client
%end
%post --log=/root/anaconda-post.log
%post --erroronfail --log=/root/anaconda-post.log
set -e