Cleanup apt-get ala PR comments

This commit is contained in:
Ethan Frey
2017-12-08 19:17:17 +01:00
parent c771964a40
commit 2112299586

3
Vagrantfile vendored
View File

@@ -15,6 +15,7 @@ Vagrant.configure("2") do |config|
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable"
# and golang 1.9 support
# official repo doesn't have race detection runtime...
# add-apt-repository ppa:gophers/archive
add-apt-repository ppa:longsleep/golang-backports
@@ -24,8 +25,6 @@ Vagrant.configure("2") do |config|
make shellcheck bsdmainutils psmisc
apt-get install -y docker-ce golang-1.9-go
# needed for go
apt-get install -y git
# needed for docker
usermod -a -G docker ubuntu