Skip to content

Instantly share code, notes, and snippets.

@devinus
Created October 24, 2014 05:04
Show Gist options
  • Save devinus/a4c8373b6d1829c4d013 to your computer and use it in GitHub Desktop.
Save devinus/a4c8373b6d1829c4d013 to your computer and use it in GitHub Desktop.
FROM phusion/baseimage
ENV DEBIAN_FRONTEND noninteractive
ADD https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb /
RUN dpkg -i erlang-solutions_1.0_all.deb && rm erlang-solutions_1.0_all.deb
RUN apt-get update && apt-get install -y erlang erlang-base-hipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment