-
Piotr Maślanka authored6c8b8f19
Vagrantfile 162 B
Vagrant.configure("2") do |config|
config.vm.box = "debian/contrib-jessie64"
config.vm.provision "shell", inline: <<-SHELL
apt-get update
SHELL
end
Vagrant.configure("2") do |config|
config.vm.box = "debian/contrib-jessie64"
config.vm.provision "shell", inline: <<-SHELL
apt-get update
SHELL
end