Last active
August 29, 2015 14:01
-
-
Save dmouse/086347c1c7d2cd3afee7 to your computer and use it in GitHub Desktop.
Dockerfile to build a image with conscript and n8han/giter8 for Scala application
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 centos | |
MAINTAINER David Flores "[email protected]" | |
RUN yum update -y | |
RUN yum install java-1.7.0-openjdk.x86_64 -y | |
RUN yum install wget unzip which -y >/dev/null | |
ENV HOME /root | |
RUN cd /tmp && wget https://raw.githubusercontent.com/n8han/conscript/master/setup.sh | |
RUN sh /tmp/setup.sh | |
RUN /root/bin/cs n8han/giter8 | |
RUN ln -s /root/bin/cs /usr/local/bin | |
RUN ln -s /root/bin/g8 /usr/local/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docker image for Scala
Contains
Usage