Created
September 23, 2013 21:46
-
-
Save blt/6677411 to your computer and use it in GitHub Desktop.
Dockerfile for troutwine/erlang: https://index.docker.io/u/troutwine/erlang/
This file contains 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 base | |
MAINTAINER Brian L. Troutwine "[email protected]" | |
RUN apt-get update | |
RUN apt-get install -y curl | |
RUN curl -O https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb | |
RUN dpkg -i erlang-solutions_1.0_all.deb | |
RUN apt-get update | |
RUN apt-get install -y erlang | |
RUN apt-get install -y erlang-base-hipe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment