Update Vagrantfile (#35765)

pull/35776/head
Claire 2 months ago committed by GitHub
parent 2648bbdc51
commit e2e19544ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
Vagrantfile vendored

@ -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"

Loading…
Cancel
Save