2
0

Update Vagrantfile (#35765)

This commit is contained in:
Claire
2025-08-13 22:45:10 +02:00
committed by GitHub
parent 2648bbdc51
commit e2e19544ae

3
Vagrantfile vendored
View File

@@ -54,6 +54,7 @@ sudo apt-get install \
pkg-config \
protobuf-compiler \
zlib1g-dev \
libvips42t64 \
-y
# Install rvm
@@ -134,7 +135,7 @@ VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu/focal64"
config.vm.box = "bento/ubuntu-24.04"
config.vm.provider :virtualbox do |vb|
vb.name = "mastodon"