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 a3e0f1e commit 7dfe818
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
Vagrant.configure('2') do |config|
config.vm.box = 'ubuntu/jammy64'
config.vagrant.plugins = ['vagrant-vbguest']
config.vm.provider 'virtualbox' do |v|
v.memory = '1024'
v.cpus = '1'
end
config.vm.provision 'shell', inline: <<-SHELL
export DEBIAN_FRONTEND=noninteractive
export DEBCONF_NONINTERACTIVE_SEEN=true
Expand Down

0 comments on commit 7dfe818

Please sign in to comment.