We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4da45db + e8c030a commit 1673fa9Copy full SHA for 1673fa9
Dockerfile
@@ -1,10 +1,9 @@
1
FROM progrium/cedarish:cedar14
2
3
-RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.1/herokuish_0.3.1_linux_x86_64.tgz \
4
- --silent -L | tar -xzC /bin
5
-
6
# install herokuish supported buildpacks and entrypoints
7
-RUN /bin/herokuish buildpack install \
+RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.1/herokuish_0.3.1_linux_x86_64.tgz \
+ --silent -L | tar -xzC /bin \
+ && /bin/herokuish buildpack install \
8
&& ln -s /bin/herokuish /build \
9
&& ln -s /bin/herokuish /start \
10
&& ln -s /bin/herokuish /exec
0 commit comments