Browse Source

vagrant: use generic/debian9 box, fixes #7579

the debian/stretch64 was broken and never fixed.
Thomas Waldmann 1 year ago
parent
commit
f7e8462bd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -427,7 +427,7 @@ Vagrant.configure(2) do |config|
   end
 
   config.vm.define "stretch64" do |b|
-    b.vm.box = "debian/stretch64"
+    b.vm.box = "generic/debian9"
     b.vm.provider :virtualbox do |v|
       v.memory = 1024 + $wmem
     end