Browse Source

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 :-)
QGC4.4
Peter Barker 5 years ago
parent
commit
9997a86660
  1. 2
      Vagrantfile

2
Vagrantfile vendored

@ -15,7 +15,7 @@ Vagrant.configure(2) do |config| @@ -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

Loading…
Cancel
Save