Skip to content

Commit

Permalink
Merge pull request #37 from rajiesh/master
Browse files Browse the repository at this point in the history
Install sysvinit tools in centos 7 image
  • Loading branch information
rajiesh authored Jun 19, 2019
2 parents ee48325 + 0a03083 commit cb4f721
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions provision/provision-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ function install_jdk12() {
try su - ${PRIMARY_USER} -c "jabba install [email protected]"
}

function install_sysvinit_tools() {
try yum install --assumeyes sysvinit-tools
}

function install_native_build_packages() {
try yum install --assumeyes \
libxml2-devel libxslt-devel \
Expand Down Expand Up @@ -366,6 +370,7 @@ install_maven
install_ant
install_awscli
install_postgresql
install_sysvinit_tools

if [ "$CENTOS_MAJOR_VERSION" == "7" ]; then
install_geckodriver
Expand Down

0 comments on commit cb4f721

Please sign in to comment.