mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 03:29:43 +00:00
Adds zip to the Vagrant box so a make works there without any fiddling.
This commit is contained in:
parent
79293514fe
commit
4151da4447
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -14,7 +14,7 @@ ARCH=`uname -m | sed 's|i686|386|' | sed 's|x86_64|amd64|'`
|
||||
|
||||
# Install Go
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential git-core
|
||||
sudo apt-get install -y build-essential git-core zip
|
||||
|
||||
# Install Go
|
||||
cd /tmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user