Update Vagrantfile

This commit is contained in:
Lucas Ramage 2020-05-04 10:35:57 -04:00 committed by GitHub
parent 8173d0a63f
commit d7475d4f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Vagrant.configure("2") do |config|
sudo yum makecache
sudo yum group install -y 'Development Tools'
sudo yum install -y clang \
clang-analyzer \
git \
libarchive-devel \
libtalloc-devel \