Created
April 22, 2015 19:32
-
-
Save yanhick/4996fcfe553b9fcd1cd2 to your computer and use it in GitHub Desktop.
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 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