We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4188d commit 05af222Copy full SHA for 05af222
Vagrantfile
@@ -4,7 +4,9 @@
4
Vagrant.configure("2") do |config|
5
# The generic/ images support virtualbox as well as libvirt and hyperv.
6
# This allows us to create performance oriented images for Linux (libvirt) and Windows (hyperv).
7
- config.vm.box = "generic/ubuntu2004"
+ # However, it does not build: https://github.com/precice/vm/issues/83
8
+ # config.vm.box = "generic/ubuntu2004"
9
+ config.vm.box = "bento/ubuntu-20.04"
10
11
# We don't want the box to automatically update every time it starts.
12
# We can instead handle updates internally, without destroying the machine.
0 commit comments