This is an automated email from the ASF dual-hosted git repository.
nicknezis 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 c419bc0 Add Ant dependency to Vagrant machine (#3573)
c419bc0 is described below
commit c419bc0068251f363089bb846cacc9036015f0ec
Author: Oliver Bristow <[email protected]>
AuthorDate: Sun Jul 19 20:22:49 2020 +0100
Add Ant dependency to Vagrant machine (#3573)
---
vagrant/init.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vagrant/init.sh b/vagrant/init.sh
index 5f4f092..bb764b3 100644
--- a/vagrant/init.sh
+++ b/vagrant/init.sh
@@ -102,7 +102,7 @@ REMOVED
apt-get -qy update
# install deps
-apt-get install -qy 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-dev libtool-bin libcppunit-dev python-is-python3
# install_mesos $mode
if [ $mode == "master" ]; then