Skip to content

Instantly share code, notes, and snippets.

@pawl
Created December 3, 2014 17:02
Show Gist options
  • Save pawl/190b948b42f9a637b327 to your computer and use it in GitHub Desktop.
Save pawl/190b948b42f9a637b327 to your computer and use it in GitHub Desktop.
Proxy Compatible Dockerfile for progrium/buildstep
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