Commit 9997a866 authored by Peter Barker's avatar Peter Barker

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 :-)
parent 4fdc5f5f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment