vagrantfile updates

This commit is contained in:
Pavel Sorokin 2017-09-07 05:47:18 +00:00
parent 10c03e0dc5
commit 724702c415
1 changed files with 2 additions and 1 deletions

3
Vagrantfile vendored
View File

@ -19,8 +19,9 @@ Vagrant.configure("2") do |config|
apt-get update
apt-get install software-properties-common
add-apt-repository ppa:ubuntu-lxc/lxd-stable
add-apt-repository ppa:jonathonf/golang-1.8
apt-get update
apt-get install -y python golang
apt-get install -y python golang-1.8
SHELL
config.vm.provision "shell", inline: <<-SHELL