Skip to content
This repository was archived by the owner on Feb 14, 2018. It is now read-only.

get.docker.com/ubuntu is deprecated #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion provision-vagrant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ curl --silent --location https://deb.nodesource.com/setup_0.12 | sudo bash -
apt-get install --yes nodejs

# Install Docker
curl -sSL https://get.docker.com/ubuntu | sh
curl -sSL https://get.docker.com/ | sh

# Vim settings:
echo 'syntax on' > /home/vagrant/.vimrc
Expand Down