Browse Source

go requires Git (Fixes #879)

pull/891/head
Anton Kaliaev 7 years ago
parent
commit
ae67408d13
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Vagrantfile

+ 1
- 0
Vagrantfile View File

@ -17,6 +17,7 @@ Vagrant.configure("2") do |config|
usermod -a -G docker vagrant
apt-get autoremove -y
apt-get install -y --no-install-recommends git
curl -O https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz
tar -xvf go1.9.linux-amd64.tar.gz
rm -rf /usr/local/go


Loading…
Cancel
Save