From 6541256ab6046a63538a5c56719505c7157087ce Mon Sep 17 00:00:00 2001 From: Ashwanth Kumar Date: Tue, 27 Dec 2016 15:25:07 +0530 Subject: [PATCH] Following redirects when downloading from github --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e80b5b..70218c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ENV LANG=en_US.UTF-8 \ RUN apt-get update \ && apt-get -y install coreutils curl tar git-core daemontools gcc g++ python -RUN curl --silent https://github.com/gliderlabs/herokuish/releases/download/v0.3.23/herokuish_0.3.23_linux_x86_64.tgz \ +RUN curl -L --silent https://github.com/gliderlabs/herokuish/releases/download/v0.3.23/herokuish_0.3.23_linux_x86_64.tgz \ | tar -xzC /bin COPY mesos-fix /bin/mesos-fix