Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit c419bc0

Browse files
authored
Add Ant dependency to Vagrant machine (#3573)
1 parent fd0ec5f commit c419bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vagrant/init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ REMOVED
102102
apt-get -qy update
103103

104104
# install deps
105-
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
105+
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
106106

107107
# install_mesos $mode
108108
if [ $mode == "master" ]; then

0 commit comments

Comments
 (0)