Skip to content

Commit 05af222

Browse files
committed
Revert back to bento/ubuntu-20.04
Closes #83
1 parent 2a4188d commit 05af222

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Vagrantfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
Vagrant.configure("2") do |config|
55
# The generic/ images support virtualbox as well as libvirt and hyperv.
66
# This allows us to create performance oriented images for Linux (libvirt) and Windows (hyperv).
7-
config.vm.box = "generic/ubuntu2004"
7+
# 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"
810

911
# We don't want the box to automatically update every time it starts.
1012
# We can instead handle updates internally, without destroying the machine.

0 commit comments

Comments
 (0)