diff options
Diffstat (limited to 'build-root/vagrant/bootstrap.centos7.sh')
-rw-r--r-- | build-root/vagrant/bootstrap.centos7.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build-root/vagrant/bootstrap.centos7.sh b/build-root/vagrant/bootstrap.centos7.sh index 60c2456d1ca..72ee2460ea1 100644 --- a/build-root/vagrant/bootstrap.centos7.sh +++ b/build-root/vagrant/bootstrap.centos7.sh @@ -8,6 +8,10 @@ yum groupinstall 'Development Tools' -y yum install openssl-devel -y yum install glibc-static -y +# Install development tools +yum install gdb -y +yum install gdbserver -y + # Install jdk and maven yum install -y java-1.8.0-openjdk-devel |