Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofurtado authored Sep 4, 2024
1 parent 7dfe818 commit 4330d91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Vagrant.configure('2') do |config|
config.vm.box = 'ubuntu/jammy64'
config.vagrant.plugins = ['vagrant-vbguest']
config.vm.provider 'virtualbox' do |v|
v.memory = '2048'
v.cpus = '2'
end
config.vm.provision 'shell', inline: <<-SHELL
export DEBIAN_FRONTEND=noninteractive
export DEBCONF_NONINTERACTIVE_SEEN=true
Expand Down

0 comments on commit 4330d91

Please sign in to comment.