Created
December 3, 2014 17:02
-
-
Save pawl/190b948b42f9a637b327 to your computer and use it in GitHub Desktop.
Proxy Compatible Dockerfile for progrium/buildstep
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM progrium/cedarish:cedar14 | |
MAINTAINER Jeff Lindsay <[email protected]> | |
ENV http_proxy http://proxy.myproxy.com:8080/ | |
ENV https_proxy http://proxy.myproxy.com:8080/ | |
ADD ./stack/configs/etc-profile /etc/profile | |
ADD ./builder/ /build | |
RUN xargs -L 1 /build/install-buildpack /tmp/buildpacks < /build/config/buildpacks.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment