mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
install aufs-tools when setting up the hack vagrant box
This commit is contained in:
parent
fb7eaf67d1
commit
f1d16ea003
1 changed files with 1 additions and 1 deletions
2
hack/Vagrantfile
vendored
2
hack/Vagrantfile
vendored
|
@ -22,7 +22,7 @@ Vagrant::Config.run do |config|
|
||||||
pkg_cmd = "touch #{DOCKER_PATH}; "
|
pkg_cmd = "touch #{DOCKER_PATH}; "
|
||||||
# Install docker dependencies
|
# Install docker dependencies
|
||||||
pkg_cmd << "export DEBIAN_FRONTEND=noninteractive; apt-get -qq update; " \
|
pkg_cmd << "export DEBIAN_FRONTEND=noninteractive; apt-get -qq update; " \
|
||||||
"apt-get install -q -y lxc bsdtar git golang make linux-image-extra-3.8.0-19-generic; " \
|
"apt-get install -q -y lxc bsdtar git aufs-tools golang make linux-image-extra-3.8.0-19-generic; " \
|
||||||
"chown -R #{USER}.#{USER} #{GOPATH}; " \
|
"chown -R #{USER}.#{USER} #{GOPATH}; " \
|
||||||
"install -m 0664 #{CFG_PATH}/bash_profile /home/#{USER}/.bash_profile"
|
"install -m 0664 #{CFG_PATH}/bash_profile /home/#{USER}/.bash_profile"
|
||||||
config.vm.provision :shell, :inline => pkg_cmd
|
config.vm.provision :shell, :inline => pkg_cmd
|
||||||
|
|
Loading…
Reference in a new issue