401 B
401 B
APT
Vagrant.configure("2") do |config|
config.vm.box = 'some-debian-box'
config.cache.enable :apt
end
Used by Debian-like Linux distros, will get configured under guest's /var/cache/apt/archives
.
Please note that to avoid re-downloading packages, you should avoid apt-get clean
as much as possible in order to make a better use of the cache, even if you are
packaging a box