diff --git a/scripts/tripleo.sh b/scripts/tripleo.sh index 9f24fad9a..98074b3f6 100755 --- a/scripts/tripleo.sh +++ b/scripts/tripleo.sh @@ -234,7 +234,7 @@ function delorean_setup { log "Delorean setup" # Install delorean as per combination of toci-instack and delorean docs - sudo yum install -y createrepo git mock python-virtualenv rpm-build yum-plugin-priorities yum-utils + sudo yum install -y createrepo git mock python-virtualenv rpm-build yum-plugin-priorities yum-utils gcc # Add the current user to the mock group sudo usermod -G mock -a $(id -nu)