Install gcc to use upstream PXE

Some platforms are missing this dependency.
Add this repo so that the upstream PXE script can
complete.

Change-Id: If3d7792e1eaf8b19a53ed71a0cc86bdf3c3ba344
This commit is contained in:
Ronelle Landy 2016-12-13 11:09:10 -05:00
parent 1672d78db1
commit 8c5b471304
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ set -eux
## * Install package dependencies
## ::
sudo yum -y install xz-devel
sudo yum -y install xz-devel gcc
## * Clone upstream repo
## ::