Clean apt cache and add user to docker group
This commit is contained in:
parent
c0916832e4
commit
5e3dea9953
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -5,7 +5,7 @@ Vagrant.configure("2") do |config|
|
|||||||
config.vm.provision "shell", inline: <<-SHELL
|
config.vm.provision "shell", inline: <<-SHELL
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y docker.io docker-compose
|
apt-get install -y docker.io docker-compose
|
||||||
dd if=/dev/zero of=/EMPTY bs=1M
|
apt-get clean
|
||||||
rm -f /EMPTY
|
usermod -a -G docker vagrant
|
||||||
SHELL
|
SHELL
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user