Browse Source

Remove upgrade step

pull/1140/head
Adrian Brink 7 years ago
committed by Ethan Buchman
parent
commit
2f147ec000
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Vagrantfile

+ 0
- 1
Vagrantfile View File

@ -21,7 +21,6 @@ Vagrant.configure("2") do |config|
# install base requirements
apt-get update
apt-get upgrade -y
apt-get install -y --no-install-recommends wget curl jq \
make shellcheck bsdmainutils psmisc
apt-get install -y docker-ce golang-1.9-go


Loading…
Cancel
Save