From 5668f76cddc4fce392dac6cff418794d9e3bb68a Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 30 Jun 2015 15:52:21 -0400 Subject: [PATCH] Install specific version of docker [ci skip] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 752218746..c69d5bda4 100644 --- a/Makefile +++ b/Makefile @@ -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