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

Commit 0c344dc

Browse files
authored
Fix vagrant init (#3643)
1 parent 3daedf5 commit 0c344dc

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
@@ -103,7 +103,7 @@ REMOVED
103103
apt-get -qy update
104104

105105
# install deps
106-
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
106+
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
107107

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

0 commit comments

Comments
 (0)