Skip to content

Instantly share code, notes, and snippets.

@blt
Created September 23, 2013 21:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save blt/6677411 to your computer and use it in GitHub Desktop.
Save blt/6677411 to your computer and use it in GitHub Desktop.
Dockerfile for troutwine/erlang: https://index.docker.io/u/troutwine/erlang/
FROM base
MAINTAINER Brian L. Troutwine "brian@troutwine.us"
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