mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 01:29:07 +00:00
As requested by @ijc (https://github.com/linuxkit/linuxkit/pull/2784#pullrequestreview-80464126).
Signed-off-by: David Manouchehri <david.manouchehri@riseup.net>
This commit is contained in:
parent
80b54ed341
commit
bc43735543
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user