Install specific version of docker [ci skip]

This commit is contained in:
Jose Diaz-Gonzalez
2015-06-30 15:52:21 -04:00
parent 7e1e0ebb80
commit 5668f76cdd

View File

@@ -93,7 +93,7 @@ ifndef CI
ifdef DOCKER_VERSION
apt-get install -qq -y lxc-docker-${DOCKER_VERSION}
else
apt-get install -qq -y lxc-docker
apt-get install -qq -y lxc-docker-1.6.2
endif
sleep 2 # give docker a moment i guess
endif