From 41d245d33165a164bf3c9a03c88b33e1a570b3f9 Mon Sep 17 00:00:00 2001 From: Achilleas Anagnostopoulos Date: Sun, 24 Sep 2017 10:06:35 +0100 Subject: [PATCH] vagrantfile: include gcc and binutils in the list of installed packages --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index a440a79..9abf141 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -17,7 +17,7 @@ Vagrant.configure("2") do |config| config.vm.provision "shell", inline: <<-SHELL apt-get update - apt-get install -y nasm make xorriso + apt-get install -y nasm make xorriso binutils gcc [ ! -d "/usr/local/go" ] && wget -qO- https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz | tar xz -C /usr/local mkdir -p /home/vagrant/go/src mkdir -p /home/vagrant/go/bin