From 9997a86660bf0ae4805817c8421d3bb3f2a30a02 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sat, 22 Feb 2020 12:57:51 +1100 Subject: [PATCH] Vagrant: move to bionic64 xenial fails with this error: default: Project ERROR: gstreamer-gl-1.0 development package not found bionic64 just works. So move to it :-) --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 1ef6fd311..b2ae15408 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -15,7 +15,7 @@ Vagrant.configure(2) do |config| config.vm.provider "virtualbox" config.vm.provider "vmware_fusion" - config.vm.box = "ubuntu/xenial64" + config.vm.box = "ubuntu/bionic64" config.vm.provider :docker do |docker, override| override.vm.box = "tknerr/baseimage-ubuntu-16.04" end -- 2.22.0