Skip to content

Commit

Permalink
Vagrantfile update for build dependency (apache#5968)
Browse files Browse the repository at this point in the history
Fixes apache#5967

### Motivation
Cannot build the project successfully.

### Modifications
Add install commands to install the unzip zip tools when vm sets up
  • Loading branch information
zuquan-song authored and sijie committed Jan 1, 2020
1 parent 757d971 commit babce5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Vagrant.configure("2") do |config|
yum update -y
yum install -y kernel-devel
yum install -y kernel-headers
yum install -y unzip zip
yum install -y wget vim java-1.8.0-openjdk-devel maven docker gcc-c++
SHELL
end

0 comments on commit babce5e

Please sign in to comment.