Skip to content

Instantly share code, notes, and snippets.

@pawl
Created December 3, 2014 17:02
Show Gist options
  • Select an option

  • Save pawl/190b948b42f9a637b327 to your computer and use it in GitHub Desktop.

Select an option

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 <progrium@gmail.com>
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