diff --git a/Vagrantfile b/Vagrantfile index c8d8978..b535705 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,7 +5,7 @@ Vagrant.configure("2") do |config| config.vm.provision "shell", inline: <<-SHELL apt-get update apt-get install -y docker.io docker-compose - dd if=/dev/zero of=/EMPTY bs=1M - rm -f /EMPTY + apt-get clean + usermod -a -G docker vagrant SHELL end