Skip to content

Instantly share code, notes, and snippets.

@yanhick
Created April 22, 2015 19:32
Show Gist options
  • Save yanhick/4996fcfe553b9fcd1cd2 to your computer and use it in GitHub Desktop.
Save yanhick/4996fcfe553b9fcd1cd2 to your computer and use it in GitHub Desktop.
FROM ubuntu:12.04
RUN apt-get update && apt-get install -y \
git \
curl
RUN git clone https://github.com/mietek/halcyon.git /halcyon
WORKDIR /halcyon
RUN chmod +x setup.sh
RUN ./setup.sh
RUN ./halcyon install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment