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

Commit

Permalink
Fix vagrant init (#3643)
Browse files Browse the repository at this point in the history
  • Loading branch information
Code0x58 authored Dec 3, 2020
1 parent 3daedf5 commit 0c344dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c344dc

Please sign in to comment.