Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Workadventure
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT Services
Workadventure
Commits
3e6aa847
Commit
3e6aa847
authored
Dec 16, 2020
by
Gregoire Parant
Browse files
Options
Downloads
Patches
Plain Diff
Update vagrant template
parent
af89965d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Vagrantfile.template
+4
-4
4 additions, 4 deletions
Vagrantfile.template
with
4 additions
and
4 deletions
Vagrantfile.template
+
4
−
4
View file @
3e6aa847
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment