Skip to content

Commit 1673fa9

Browse files
authored
Merge pull request progrium#162 from valerianpereira/patch-1
Docker image size improvement
2 parents 4da45db + e8c030a commit 1673fa9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
FROM progrium/cedarish:cedar14
22

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-
63
# install herokuish supported buildpacks and entrypoints
7-
RUN /bin/herokuish buildpack install \
4+
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.1/herokuish_0.3.1_linux_x86_64.tgz \
5+
--silent -L | tar -xzC /bin \
6+
&& /bin/herokuish buildpack install \
87
&& ln -s /bin/herokuish /build \
98
&& ln -s /bin/herokuish /start \
109
&& ln -s /bin/herokuish /exec

0 commit comments

Comments
 (0)