Add additional compiler dependency

This commit is contained in:
Alex Garibay 2018-11-01 13:05:49 -05:00
parent 73e31d79b1
commit 7f82da4d73
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ fi
if ! which gcc >/dev/null; then
log "Installing C compiling tools.."
yum --enablerepo=epel group install -y "Development Tools" >"$LOG"
yum --enablerepo=epel install -y libgmp3-dev > "$LOG"
fi
log "Determining region this instance is in.."