From bc437355439170022b83e69c4ef26d92e4cd79e5 Mon Sep 17 00:00:00 2001 From: David Manouchehri Date: Mon, 4 Dec 2017 13:02:00 -0500 Subject: [PATCH] As requested by @ijc (https://github.com/linuxkit/linuxkit/pull/2784#pullrequestreview-80464126). Signed-off-by: David Manouchehri --- Vagrantfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 8352207c3..5fb063e25 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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"