Switching to Bento Ubuntu for VMWare support (#481)

selenium-screenshot-testing
Kevin Chung 2017-11-25 05:39:01 -05:00 committed by GitHub
parent 06b2856205
commit 46544e5729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

3
Vagrantfile vendored
View File

@ -24,8 +24,7 @@ tmux new-session -d -n "ctfd" -c "/vagrant" -s "ctfd" "gunicorn --bind 0.0.0.0:8
SCRIPT
Vagrant.configure("2") do |config|
# ubuntu/xenial64 supports synced folders
config.vm.box = "ubuntu/xenial64"
config.vm.box = "bento/ubuntu-16.04"
# Create a private network, which allows host-only access to the machine
config.vm.network "private_network", ip: "10.9.8.7"