From ee7d3295c931689b3223283d96aeda86dff6f181 Mon Sep 17 00:00:00 2001 From: rhy-jot Date: Fri, 28 Feb 2014 16:40:12 -0800 Subject: [PATCH] Follow redirects --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71b3d6056..6bf3a843b 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ stack: ifdef BUILD_STACK @docker images | grep progrium/buildstep || (git clone ${STACK_URL} /tmp/buildstep && docker build -t progrium/buildstep /tmp/buildstep && rm -rf /tmp/buildstep) else - @docker images | grep progrium/buildstep || curl ${PREBUILT_STACK_URL} | gunzip -cd | docker import - progrium/buildstep + @docker images | grep progrium/buildstep || curl -L ${PREBUILT_STACK_URL} | gunzip -cd | docker import - progrium/buildstep endif count: