This is an automated email from the ASF dual-hosted git repository.

obristow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c344dc  Fix vagrant init (#3643)
0c344dc is described below

commit 0c344dc756ed176bd40fa28caa13b910096cbfdd
Author: Oliver Bristow <[email protected]>
AuthorDate: Thu Dec 3 13:43:36 2020 +0000

    Fix vagrant init (#3643)
---
 vagrant/init.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vagrant/init.sh b/vagrant/init.sh
index 57a8289..db85e6c 100644
--- a/vagrant/init.sh
+++ b/vagrant/init.sh
@@ -103,7 +103,7 @@ REMOVED
 apt-get -qy update
 
 # install deps
-apt-get install -qy ant vim zip mc curl wget openjdk-11-jdk scala git 
python3-setuptools python3-dev libtool-bin libcppunit-dev python-is-python3
+apt-get install -qy ant vim zip mc curl wget openjdk-11-jdk scala git 
python3-setuptools python3-venv python3-dev libtool-bin libcppunit-dev 
python-is-python3
 
 # install_mesos $mode
 if [ $mode == "master" ]; then 

Reply via email to