Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Following redirects when downloading from github
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwanthkumar authored Dec 27, 2016
1 parent 706c572 commit 6541256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6541256

Please sign in to comment.