aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/ubuntu2204
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/ubuntu2204')
-rw-r--r--vagrant/ubuntu2204/Vagrantfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/vagrant/ubuntu2204/Vagrantfile b/vagrant/ubuntu2204/Vagrantfile
index 06be5fd..7d30cd8 100644
--- a/vagrant/ubuntu2204/Vagrantfile
+++ b/vagrant/ubuntu2204/Vagrantfile
@@ -2,7 +2,7 @@
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
- config.vm.box = "roboxes/ubuntu2204"
+ config.vm.box = "boxen/ubuntu-22.04"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.synced_folder "../../", "/bindfs",
@@ -20,7 +20,7 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: <<-SHELL
apt-get update
- apt-get install -y fuse libfuse-dev build-essential pkg-config ruby valgrind
+ apt-get install -y fuse libfuse-dev build-essential automake autoconf libtool pkg-config ruby valgrind
apt-get clean
adduser vagrant fuse
echo user_allow_other > /etc/fuse.conf