Signed-off-by: David Manouchehri <david.manouchehri@riseup.net>
This commit is contained in:
David Manouchehri 2017-12-04 13:02:00 -05:00
parent 80b54ed341
commit bc43735543
No known key found for this signature in database
GPG Key ID: 44AE189680F871D2

3
Vagrantfile vendored
View File

@ -6,10 +6,7 @@ Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-16.04"
config.vm.provision "shell", inline: <<-SHELL
# apt-get update
# DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
snap install --classic go
# apt-get clean
SHELL
config.vm.provision "docker"