mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 19:13:53 +00:00
Update versions for Vagrant and VirtualBox.
Update version of Vagrant from 1.8.6 to 2.0.2. Update version of VirtualBox from 5.1.8 to 5.2.6. We needed to update Vagrant because older versions have networking problems on modern Macs, resulting in weird `apt` errors when provisioning. Commit message and some text tweaked by tabbott.
This commit is contained in:
@@ -178,7 +178,7 @@ environment:
|
||||
|
||||
```
|
||||
sudo apt-get -y purge vagrant && \
|
||||
wget https://releases.hashicorp.com/vagrant/1.8.6/vagrant_1.8.6_x86_64.deb && \
|
||||
wget https://releases.hashicorp.com/vagrant/2.0.2/vagrant_2.0.2_x86_64.deb && \
|
||||
sudo dpkg -i vagrant*.deb && \
|
||||
sudo apt-get -y install build-essential git ruby lxc lxc-templates cgroup-lite redir && \
|
||||
vagrant plugin install vagrant-lxc && \
|
||||
|
||||
Reference in New Issue
Block a user