Skip to content

Instantly share code, notes, and snippets.

@byrongibson
Forked from blt/Dockerfile
Created October 7, 2013 21:19
Show Gist options
  • Save byrongibson/6875136 to your computer and use it in GitHub Desktop.
Save byrongibson/6875136 to your computer and use it in GitHub Desktop.
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