Skip to content

Instantly share code, notes, and snippets.

@mithrandi
Last active August 29, 2015 14:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mithrandi/80b5a897fb05ecc0d0a8 to your computer and use it in GitHub Desktop.
Save mithrandi/80b5a897fb05ecc0d0a8 to your computer and use it in GitHub Desktop.
Dockerfile for Halcyon
FROM ubuntu:14.04
RUN apt-get update && apt-get install -y build-essential git pigz zlib1g-dev vim curl libpq-dev
ADD . /halcyon
RUN ["/halcyon/halcyon", "paths"]
ENTRYPOINT ["/halcyon/halcyon"]
mithrandi@lorien ~/c/isaacranks> docker run --rm -i --env-file=(heroku config --shell|psub) -v $PWD:/build -v $HOME/halcyon-cache:/var/tmp/halcyon mithrandi/halcyon build /build
-----> Self-updating bashmenot... done, be0017b
-----> Installing isaacranks-0.0.0
-----> Installing GHC and Cabal
External storage: private and public
GHC version: 7.8.3
Cabal version: 1.20.0.3
Cabal repository: Hackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment