Skip to content
Snippets Groups Projects
Commit 3e6aa847 authored by Gregoire Parant's avatar Gregoire Parant
Browse files

Update vagrant template

parent af89965d
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# -*- mode: ruby -*- # -*- mode: ruby -*-
# vi: set ft=ruby : # vi: set ft=ruby :
# Box / OS # Box / OS
VAGRANT_BOX = 'bento/ubuntu-19.10' VAGRANT_BOX = 'bento/ubuntu-20.04'
# VM User — 'vagrant' by default # VM User — 'vagrant' by default
VM_USER = 'vagrant' VM_USER = 'vagrant'
...@@ -58,7 +58,7 @@ Vagrant.configure(2) do |config| ...@@ -58,7 +58,7 @@ Vagrant.configure(2) do |config|
apt-get update -y apt-get update -y
apt-get install -y git apt-get install -y git
apt-get install -y apt-transport-https apt-get install -y apt-transport-https
apt-get install -y build-essential apt-get install -y ca-certificates
apt-get install -y curl apt-get install -y curl
apt-get install -y gnupg-agent apt-get install -y gnupg-agent
apt-get install -y software-properties-common apt-get install -y software-properties-common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment